Package: switchcase
Type: Package
Title: A Simple and Flexible Switch-Case Construct for the 'R' Language
Version: 0.1.1
Authors@R: person("Joachim", "Zuckarelli", role = c("aut", "cre"), email = "joachim@zuckarelli.de", comment = c(ORCID = "0000-0002-9280-3016"))
Maintainer: Joachim Zuckarelli <joachim@zuckarelli.de>
Description: 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.
License: GPL-3
BugReports: https://github.com/jsugarelli/switchcase/issues
URL: https://github.com/jsugarelli/switchcase/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-16 11:42:41 UTC; Joachim
Author: Joachim Zuckarelli [aut, cre] (<https://orcid.org/0000-0002-9280-3016>)
Repository: CRAN
Date/Publication: 2020-05-17 01:30:03 UTC
Built: R 4.0.2; ; 2020-07-15 20:45:34 UTC; unix
