Keep rows that match a nested condition
Usage
filterNested(object, pattern, ...)
Arguments
- object
Object.
- pattern
character(1)
.
Pattern to use for matching.
- ...
Additional arguments.
Value
Modified object, containing only matching rows.
Details
Intended for partial matching with regular expressions. For exact matches,
refer to matchNested
function.
Examples
showMethods("filterNested")
#> Function: filterNested (package AcidGenerics)
#> <No methods>
#>