powered by
Recursively extracts all code names from a code hierarchy tree structure, traversing through all nodes and collecting their names.
get_code_names(node)
Character vector containing all code names in the hierarchy
Root node of the code hierarchy (data.tree Node object)