Based on a parent-child table and a configuration file, this function compiles how many nodes each site has, what the parent site is, and what child number of that parent the site in question is

getNodeInfo(parent_child = NULL, configuration = NULL)

Arguments

parent_child

parent-child table. Could be created from `buildParentChild()` from `PITcleanr` package.

configuration

configuration file. Could be created from `buildConfig()` from `PITcleanr` package.

Author

Kevin See

Examples

#getNodeInfo()