View source: R/transforms_time.R
| is_one_of | R Documentation | 
Test if value in x is one of several values
is_one_of(x, ...)
x | 
 A vector to test  | 
... | 
 quoted strings to test against  | 
This is a functionalized form of x
A vector of logical (TRUE or FALSE) of length(x)
is_one_of(letters[1:5],"c","g")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.