View source: R/get-node-list.R
get_node_list | R Documentation |
Construct the node list from an edge list.
get_node_list(edge_list)
edge_list |
Edge list as a
|
Node list as a data.table
which contains following columns:
Node
Node IDs (corresponding to either Origin
or Destination
in the edge list).
NodeType
Node types (corresponding to either OriginType
or
DestinationType
in the edge list).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.