climb {timbr} | R Documentation |
Climb a forest from parents to children
Description
Climb a forest from parents to children with one or more node names.
Usage
climb(.data, ..., .deep = TRUE)
Arguments
.data |
A forest. |
... |
A list of node names to climb the forest. |
.deep |
Whether to search deeply for node names or not? |
Value
A forest.
[Package timbr version 0.2.2 Index]