root_from_codePaths: Get the roots from a vector with code paths

View source: R/root_from_codePaths.R

root_from_codePathsR Documentation

Get the roots from a vector with code paths

Description

Get the roots from a vector with code paths

Usage

root_from_codePaths(x)

Arguments

x

A vector of code paths.

Value

A vector with the root of each element.

Examples

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

rock documentation built on Dec. 28, 2022, 1:55 a.m.