Retrieve a list of all unique nodes from an edge list.

all_nodes(edge_list, verbose = F)

Arguments

edge_list

Edge list as a data.table which must contain the following columns:

Origin

IDs of the origin nodes for each edge.

Destination

IDs of the destination nodes for each edge.

OriginType

Types of the origin node for each edge.

DestinationType

Types of the destination node for each edge.

EdgeType

Types of each edge.

verbose

Should total node count be printed to the console?

Value

List of unique nodes.