matchNested: Match inside nested elements

matchNestedR Documentation

Match inside nested elements

Description

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.

Details

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

Value

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

Examples

showMethods("matchNested")

acidgenomics/acidgenerics documentation built on April 7, 2024, 12:50 a.m.