switch_v | R Documentation |
switch
commandVectorized version of the switch
command
switch_v(EXPR, ...)
EXPR |
bla |
... |
bla |
absolute humidity contained in 1 m^3 in l
x <- rep(c('a', 'b', 'c'), each = 3)
switch_v(x,
a = 'first',
b = 'second',
'other')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.