Learn R Programming

rock (version 0.8.1)

root_from_codePaths: Get the roots from a vector with code paths

Description

Get the roots from a vector with code paths

Usage

root_from_codePaths(x)

Value

A vector with the root of each element.

Arguments

x

A vector of code paths.

Examples

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

Run the code above in your browser using DataLab