
Get a vector to find the full paths based on the leaf code identifier
Source:R/codePaths_to_namedVector.R
codePaths_to_namedVector.Rd
This function names a vector with the leaf code
using the codeTreeMarker
stored in the opts object as marker.
Examples
codePaths_to_namedVector(
c("codes>reason>parent_feels",
"codes>reason>child_feels")
);
#> parent_feels child_feels
#> "codes>reason>parent_feels" "codes>reason>child_feels"