extract_selected_elements {boilerplate} | R Documentation |
Extract selected elements from a nested database
Description
This helper walks a nested list and returns only
those branches whose dot-notation paths match the user patterns.
It understands *
as a wildcard for one whole segment.
Usage
extract_selected_elements(db, select_paths, quiet = FALSE)
Arguments
db |
A |
select_paths |
A |
quiet |
A |
Value
A list
containing only the matching branches.
[Package boilerplate version 1.3.0 Index]