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.

Getting started

Package details

AuthorJoachim Zuckarelli [aut, cre] (<https://orcid.org/0000-0002-9280-3016>)
MaintainerJoachim Zuckarelli <joachim@zuckarelli.de>
LicenseGPL-3
Version0.1.1
URL https://github.com/jsugarelli/switchcase/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("switchcase")

Try the switchcase package in your browser

Any scripts or data that you put into this service are public.

switchcase documentation built on July 1, 2020, 11:57 p.m.