Learn R Programming

Package 'switchcase'

A simple yet flexible switch-case construct for R. Function switchCase() provides the actual switch-case functionality. The alt() function is used to formulate alternative 'case' branches of the switch-case construct.

Copy Link

Version

Install

install.packages('switchcase')

Monthly Downloads

112

Version

0.1.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

May 17th, 2020

Functions in switchcase (0.1.1)

switchCase

The switch-case construct
alt

Building alterantive 'case' branches for the switch-case construct