matchAll: Match all positions of an argument

matchAllR Documentation

Match all positions of an argument

Description

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.

Details

matchAll() behaves like base match(), but is intended to return a list of all position matches of the argument defined in x.

Value

list. A list of positional vectors corresponding to values defined in table the same size as x.

Examples

showMethods("matchAll")

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