matchNested | R Documentation |
Match inside nested elements
matchNested(x, table, ...)
x |
The values to be matched. |
table |
The values to be matched against.
Applies across rows for |
... |
Additional arguments. |
Intentionally only performs exact matching. Refer to filterNested
function
for partial matching support with regular expressions.
integer
.
A positional vector corresponding to values defined in table
the same
size as x
.
showMethods("matchNested")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.