new_dag_extension: DAG extension
Description
Visualizes the DAG (directed acyclic graph) underlying a board and provides
UI elements to manipulate the board.
Usage
new_dag_extension(graph = NULL, ...)
Value
A dag_extension object that extends the dock extension system
for visualizing and manipulating DAG workflows.
Arguments
- graph
A graph object (or NULL).
- ...
Forwarded to blockr.dock::new_dock_extension().