powered by
Looks for matches of a list on a target, but returns TRUE/FALSE instead of the position where the match was found.
matchl(input, match)
A logical vector.
vector of elements to be matched.
vector of elements where to look for the input.