based on a parent-child table, this returns a vector of nodes to help create a consistent series of DABOM input matrices.
defineDabomColNms(
root_site = NA,
parent_child,
configuration,
second_node = TRUE
)
determines which version of DABOM the user is running.
parent-child table. Could be created from `buildParentChild()` from `PITcleanr` package.
configuration file. Could be created from `buildConfig()` from `PITcleanr` package.
Default option is `TRUE` which defines the `bottom_sites` as the second order nodes above the `root_site`, (i.e., `node_order == 2`). If `FALSE`, some sites are hard-coded depending on what the `root_site` is set to. Default is `TRUE`; otherwise `bottom_sites` should be defined within the `defineDabomColNms()` function
defineDabomColNms()
#> Error in defineDabomColNms(): argument "parent_child" is missing, with no default