match_object | R Documentation |
This function returns a vector of the positions of the first matches of its first argument in its second.
match_object(x, table, nomatch = NA_integer_)
x |
list or object: The object(s) to be matched. |
table |
list: The objects to be matched against. |
nomatch |
The value to be returned in the case when no match is found. |
An integer vector giving the position in table
of the first match
if there is a match, otherwise nomatch
.
base::match()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.