matchl | R Documentation |
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)
input |
vector of elements to be matched. |
match |
vector of elements where to look for the input. |
A logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.