Retrieve a list of all unique nodes from an edge list.
all_nodes(edge_list, verbose = F)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.
Should total node count be printed to the console?
List of unique nodes.