stringMatches | R Documentation |
stringMatches
checks if string is equal to one of the choices.
stringMatches(x, choice)
x |
string to test. |
choice |
Character vector with possible values for |
Logical indicating if x
matches one of the strings in
choice
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.