Learn R Programming

rock (version 0.8.1)

stripCodePathRoot: Strip the root from a code path

Description

This function strips the root (just the first element) from a code path, using the codeTreeMarker stored in the opts object as marker.

Usage

stripCodePathRoot(x)

Value

The modified vector of code paths.

Arguments

x

A vector of code paths.

Examples

Run this code
stripCodePathRoot("codes>reason>parent_feels");

Run the code above in your browser using DataLab