View source: R/root_from_codePaths.R
root_from_codePaths | R Documentation |
Get the roots from a vector with code paths
root_from_codePaths(x)
x |
A vector of code paths. |
A vector with the root of each element.
root_from_codePaths(
c("codes>reason>parent_feels",
"codes>reason>child_feels")
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.