R/get-neighbors.R
get_neighbors_type_with_edge.Rd
Retrieve all neighbors of a given node, stratified by specific node types and accounting for edge type.
get_neighbors_type_with_edge(root, edge_list_types, edge_list)
root | ID of the root node. |
---|---|
edge_list_types | Specified node types to stratify by. |
edge_list | Edge list as a
|
Nested list of neighbors grouped by type.