codePaths_to_namedVector: Get a vector to find the full paths based on the leaf code...

View source: R/codePaths_to_namedVector.R

codePaths_to_namedVectorR Documentation

Get a vector to find the full paths based on the leaf code identifier

Description

This function names a vector with the leaf code using the codeTreeMarker stored in the opts object as marker.

Usage

codePaths_to_namedVector(x)

Arguments

x

A vector of code paths.

Value

The named vector of code paths.

Examples

codePaths_to_namedVector(
  c("codes>reason>parent_feels",
    "codes>reason>child_feels")
);

gitlab-r-packages-mirror/rock documentation built on Dec. 3, 2024, 5:40 p.m.