get_edge_df {DiagrammeR}R Documentation

Get an edge data frame from a graph

Description

From a graph, obtain an edge data frame with all current edge attributes.

Usage

get_edge_df(graph)

Arguments

graph

a graph object of class dgr_graph that is created using create_graph.

Value

an edge data frame.


[Package DiagrammeR version 0.8.2 Index]