
Create a Directed Acyclic Graph (DAG) representing the pipeline using {visNetwork}
Source: R/plot_dag.R
rxp_visnetwork.RdUses {visNetwork} to generate the plot. {visNetwork} is a
soft dependency of {rixpress} so you need to install it to use this
function.
Value
Nothing, this function opens a new tab in your browser with
the DAG generated using {visNetwork}.
See also
Other visualisation functions:
rxp_ggdag()