characterMatches.Rd
characterMatches
checks if all elements of a character vector matches
values in choices.
characterMatches(x, choice)
Character vector to test.
Character vector with possible values for x
.
Logical indicating if x
's elements matches any of the values
in choice
.