Retrieve all neighbors of a given node, stratified by specific node types.
get_neighbors_type(root, edge_list_types, edge_list)ID of the root node.
Specified node types to stratify by.
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.
Nested list of neighbors grouped by type.