Plot the directed acyclic graph (DAG) of modules and dependencies with a Sankey diagram.

sankey_engine(deps, ...)

Arguments

deps

A data frame of modules and their dependencies.

...

Further arguments to be passed to networkD3::sankeyNetwork.

See also

plot_dependencies.