Type: Package Package: lest Title: Vectorised Nested if-else Statements Similar to CASE WHEN in 'SQL' Version: 1.1.0 Authors@R: c(person(given = "Stefan", family = "Fleck", role = c("aut", "cre"), email = "stefan.b.fleck@gmail.com", comment = c(ORCID = "0000-0003-3344-9851")), person(given = "Hadley", family = "Wickham", role = "aut", email = "hadley@rstudio.com", comment = c(ORCID = "0000-0003-4757-117X")), person(given = "Romain", family = "François", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")), person(given = "Lionel", family = "Henry", role = "aut"), person(given = "Kirill", family = "Müller", role = "aut", comment = c(ORCID = "0000-0002-1416-3412"))) Maintainer: Stefan Fleck Description: Functions for vectorised conditional recoding of variables. case_when() enables you to vectorise multiple if and else statements (like 'CASE WHEN' in 'SQL'). if_else() is a stricter and more predictable version of ifelse() in 'base' that preserves attributes. These functions are forked from 'dplyr' with all package dependencies removed and behave identically to the originals. License: MIT + file LICENSE Suggests: testthat Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.0.1.9000 Repository: https://s-fleck.r-universe.dev Date/Publication: 2024-02-09 08:47:38 UTC RemoteUrl: https://github.com/s-fleck/lest RemoteRef: HEAD RemoteSha: 2a0bb22ea7ffad5b1d07bb8eb092ff300a7f0dcf NeedsCompilation: yes Packaged: 2026-07-03 21:02:31 UTC; root Author: Stefan Fleck [aut, cre] (ORCID: ), Hadley Wickham [aut] (ORCID: ), Romain François [aut] (ORCID: ), Lionel Henry [aut], Kirill Müller [aut] (ORCID: )