Construct the node list from an edge list.
get_node_list(edge_list)
edge_list | Edge list as a
|
---|
Node list as a data.table
which contains following columns:
Node
Node IDs (corresponding to either Origin
or Destination
in the edge list).
NodeType
Node types (corresponding to either OriginType
or
DestinationType
in the edge list).