get_code_names {textAnnotatoR}R Documentation

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)

Arguments

node

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

Value

Character vector containing all code names in the hierarchy


[Package textAnnotatoR version 0.1.4 Index]