matchAll | R Documentation |
Match all positions of an argument
matchAll(x, table, ...)
x |
The values to be matched. |
table |
The values to be matched against. |
... |
Additional arguments. |
matchAll()
behaves like base match()
, but is intended to return a list
of all position matches of the argument defined in x
.
list
.
A list of positional vectors corresponding to values defined in table
the
same size as x
.
showMethods("matchAll")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.