Rdocumentation
powered by
Learn R Programming
DiagrammeR (version 0.8.1)
get_node_df: Get a node data frame from a graph
Description
From a graph, obtain a node data frame with all current node attributes.
Usage
get_node_df(graph)
Arguments
graph
a graph object of class
dgr_graph
that is created using
create_graph
.
Value
a node data frame.