Package: lest 1.1.0
lest: Vectorised Nested if-else Statements Similar to CASE WHEN in 'SQL'
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.
Authors:
lest_1.1.0.tar.gz
lest_1.1.0.zip(r-4.5)lest_1.1.0.zip(r-4.4)lest_1.1.0.zip(r-4.3)
lest_1.1.0.tgz(r-4.4-x86_64)lest_1.1.0.tgz(r-4.4-arm64)lest_1.1.0.tgz(r-4.3-x86_64)lest_1.1.0.tgz(r-4.3-arm64)
lest_1.1.0.tar.gz(r-4.5-noble)lest_1.1.0.tar.gz(r-4.4-noble)
lest_1.1.0.tgz(r-4.4-emscripten)lest_1.1.0.tgz(r-4.3-emscripten)
lest.pdf |lest.html✨
lest/json (API)
NEWS
# Install 'lest' in R: |
install.packages('lest', repos = c('https://s-fleck.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-fleck/lest/issues
Last updated 10 months agofrom:2a0bb22ea7. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 31 2024 |
R-4.3-win-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 31 2024 |
Exports:case_whencumallcumanyexceeds_tumbling_sumif_else
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A general vectorised if | case_when |
Cumulative all and any | cumall cumany |
Check When the Tumbling Sum of a Vector Exceeds a Threshold | exceeds_tumbling_sum |
Vectorised if | if_else |