Take a dataframe of parent child relationships and create a node network that can be queried for relationships between them. Also returns a table of orphans missing parents as these break the network
Arguments
- x
Dataframe from
updateHierarchies()
Take a dataframe of parent child relationships and create a node network that can be queried for relationships between them. Also returns a table of orphans missing parents as these break the network
Dataframe from updateHierarchies()