Construct the node list from an edge list.
get_node_list(edge_list)Edge list as a data.table which must contain the following columns:
OriginIDs of the origin nodes for each edge.
DestinationIDs of the destination nodes for each edge.
OriginTypeTypes of the origin node for each edge.
DestinationTypeTypes of the destination node for each edge.
EdgeTypeTypes of each edge.
Node list as a data.table which contains following columns:
NodeNode IDs (corresponding to either Origin or Destination in the edge list).
NodeTypeNode types (corresponding to either OriginType or
DestinationType in the edge list).