Match all positions of an argument
Arguments
- x
The values to be matched.
- table
The values to be matched against.
- ...
Additional arguments.
Value
list
.
A list of positional vectors corresponding to values defined in table
the
same size as x
.
Details
matchAll()
behaves like base match()
, but is intended to return a list
of all position matches of the argument defined in x
.