Skip to contents

Match inside nested elements

Usage

matchNested(x, table, ...)

Arguments

x

The values to be matched.

table

The values to be matched against. Applies across rows for DataFrame method.

...

Additional arguments.

Value

integer. A positional vector corresponding to values defined in table the same size as x.

Details

Intentionally only performs exact matching. Refer to filterNested function for partial matching support with regular expressions.

Examples

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