Package: switchcase 0.1.1
switchcase: A Simple and Flexible Switch-Case Construct for the 'R' Language
Provides a switch-case construct for 'R', as it is known from other programming languages. It allows to test multiple, similar conditions in an efficient, easy-to-read manner, so nested if-else constructs can be avoided. The switch-case construct is designed as an 'R' function that allows to return values depending on which condition is met and lets the programmer flexibly decide whether or not to leave the switch-case construct after a case block has been executed.
Authors:
switchcase_0.1.1.tar.gz
switchcase_0.1.1.zip(r-4.5)switchcase_0.1.1.zip(r-4.4)switchcase_0.1.1.zip(r-4.3)
switchcase_0.1.1.tgz(r-4.4-any)switchcase_0.1.1.tgz(r-4.3-any)
switchcase_0.1.1.tar.gz(r-4.5-noble)switchcase_0.1.1.tar.gz(r-4.4-noble)
switchcase_0.1.1.tgz(r-4.4-emscripten)switchcase_0.1.1.tgz(r-4.3-emscripten)
switchcase.pdf |switchcase.html✨
switchcase/json (API)
NEWS
# Install 'switchcase' in R: |
install.packages('switchcase', repos = c('https://jsugarelli.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jsugarelli/switchcase/issues
r-langr-languageswitch-case-construct
Last updated 4 years agofrom:2a59e1128d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:altswitchCase
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Building alterantive 'case' branches for the switch-case construct | alt |
The switch-case construct | switchCase |