powered by
Add graph from data.frame
addGraphFromDataFrame(session, tbl.edges, tbl.nodes = NULL)
Nothing
a Shiny Server session object.
a data.frame with source, traget, interaction columns (and option other attributes)
(optional; nodes can be deduced from tbl.edges) a data.frame with nodes and their attributes
if (FALSE) { addGraphFromDataFrame(session) }
Run the code above in your browser using DataLab