stringMatches {midasHLA} | 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
.