filterNested: Keep rows that match a nested condition

filterNestedR Documentation

Keep rows that match a nested condition

Description

Keep rows that match a nested condition

Usage

filterNested(object, pattern, ...)

Arguments

object

Object.

pattern

character(1). Pattern to use for matching.

...

Additional arguments.

Details

Intended for partial matching with regular expressions. For exact matches, refer to matchNested function.

Value

Modified object, containing only matching rows.

Examples

showMethods("filterNested")

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