characterMatches | R Documentation |
characterMatches
checks if all elements of a character vector matches
values in choices.
characterMatches(x, choice)
x |
Character vector to test. |
choice |
Character vector with possible values for |
Logical indicating if x
's elements matches any of the values
in choice
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.