Description Usage Arguments Value
Prepare flow (nodes, edges) for graphing
1 | add_graph_detail(flow, label_option = "auto", hover_code = "node")
|
flow |
list of nodes/edges returned by |
label_option |
character: Either "both", "assign", "function" or "auto" (which uses "assign" for input nodes and "function" for others). |
hover_code |
character: Either "node", "network", or NULL. If "node", code for the current node will be displayed on hover, all dependent code for "network", and none if NULL. |
Returns a modified list of nodes/edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.