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.
Version: | 1.0.0 |
Suggests: | testthat |
Published: | 2018-08-16 |
Author: | Stefan Fleck [aut, cre] |
Maintainer: | Stefan Fleck <stefan.b.fleck at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | lest results |
Reference manual: | lest.pdf |
Package source: | lest_1.0.0.tar.gz |
Windows binaries: | r-devel: lest_1.0.0.zip, r-release: lest_1.0.0.zip, r-oldrel: lest_1.0.0.zip |
OS X binaries: | r-release: lest_1.0.0.tgz, r-oldrel: lest_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=lest to link to this page.