Navigate | R Documentation |
Navigate to another node by relative path.
Navigate(node, path)
node |
The starting |
path |
A string or a character vector describing the path to navigate |
The path
is always relative to the node
. Navigation
to the parent is defined by ..
, whereas navigation to a child
is defined via the child's name.
If path is provided as a string, then the navigation steps are separated
by '/'.
Climb
data(acme)
Navigate(acme$Research, "../IT/Outsource")
Navigate(acme$Research, c("..", "IT", "Outsource"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.