get_node_df {DiagrammeR}R Documentation

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.


[Package DiagrammeR version 0.8.2 Index]