Learn R Programming

textAnnotatoR (version 1.0.1)

get_code_names: Get all code names from hierarchy

Description

Recursively extracts all code names from a code hierarchy tree structure, traversing through all nodes and collecting their names.

Usage

get_code_names(node)

Value

Character vector containing all code names in the hierarchy

Arguments

node

Root node of the code hierarchy (data.tree Node object)