lest-package {lest} | R Documentation |
lest: Vectorised Nested if-else Statements Similar to CASE WHEN in 'SQL'
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.
Author(s)
Maintainer: Stefan Fleck stefan.b.fleck@gmail.com (ORCID)
Authors:
Hadley Wickham hadley@rstudio.com (ORCID)
Romain François (ORCID)
Lionel Henry
Kirill Müller (ORCID)
[Package lest version 1.1.0 Index]