filterNested | R Documentation |
Keep rows that match a nested condition
filterNested(object, pattern, ...)
object |
Object. |
pattern |
|
... |
Additional arguments. |
Intended for partial matching with regular expressions. For exact matches,
refer to matchNested
function.
Modified object, containing only matching rows.
showMethods("filterNested")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.