is_any_of | R Documentation |
Any input check
is_any_of(input, valid.classes)
input |
Object to be checked. |
valid.classes |
Character vector to specify the classes the input might have in order not to be discarded. |
TRUE if input
is of at least one of
the specified classes in valid.classes
. FALSE
if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.