Skip to contents

Match all positions of an argument

Usage

matchAll(x, table, ...)

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.

Examples

showMethods("matchAll")
#> Function: matchAll (package AcidGenerics)
#> <No methods>
#>