View source: R/codePaths_to_namedVector.R
| codePaths_to_namedVector | R Documentation | 
This function names a vector with the leaf code
using the codeTreeMarker stored in the opts object as marker.
codePaths_to_namedVector(x)
x | 
 A vector of code paths.  | 
The named vector of code paths.
codePaths_to_namedVector(
  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.