Match in the node and leaf names from a land nesting table
add_node_leaf_names(
data,
nesting_table,
leaf_name,
...,
LT_name = "Land_Type",
append_GLU = TRUE
)
Data, tibble
Table of node names (as column names) and leaf data (contents), tibble
Name of leaf name column in nesting_table
, character
Names of columns to add leaf nodes for, character
Name of land type column in data
, character
Append GLU column to new leaf name columns? Logical
Data with new leaf name columns added.