Offers a pipe-friendly alternative to the 'dplyr' functions case_when() and if_else(). These functions accept a vector as an optional first argument, allowing conditional statements to be built using the 'magrittr' dot operator. The functions also coerce all possible outputs to the same type, meaning you no longer have to worry about using specific typed variants of NA or explicitly declaring integer outputs.
Version: | 0.2.1 |
Imports: | magrittr, plu, rlang |
Suggests: | cli, covr, crayon, dplyr, nombre, stringi, testthat |
Published: | 2021-01-14 |
Author: | Alexander Rossell Hayes
|
Maintainer: | Alexander Rossell Hayes <alexander at rossellhayes.com> |
BugReports: | https://github.com/rossellhayes/incase/issues |
License: | MIT + file LICENSE |
URL: | https://incase.rossellhayes.com, https://github.com/rossellhayes/incase |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | incase results |
Reference manual: | incase.pdf |
Package source: | incase_0.2.1.tar.gz |
Windows binaries: | r-devel: incase_0.2.1.zip, r-release: incase_0.2.1.zip, r-oldrel: incase_0.2.1.zip |
macOS binaries: | r-release: incase_0.2.1.tgz, r-oldrel: incase_0.2.1.tgz |
Old sources: | incase archive |
Please use the canonical form https://CRAN.R-project.org/package=incase to link to this page.