add_graph_detail: Prepare flow (nodes, edges) for graphing

Description Usage Arguments Value

View source: R/ui.R

Description

Prepare flow (nodes, edges) for graphing

Usage

1
add_graph_detail(flow, label_option = "auto", hover_code = "node")

Arguments

flow

list of nodes/edges returned by get_flow

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.

Value

Returns a modified list of nodes/edges


dkary/dfgraph documentation built on Dec. 20, 2021, 12:07 a.m.