| rxp_dag_for_ci | R Documentation |
This function generates a DOT file representation of the
pipeline DAG, suitable for visualization, potentially on CI platforms. It
is called by rxp_ga().
rxp_dag_for_ci(
nodes_and_edges = get_nodes_edges(),
output_file = "_rixpress/dag.dot"
)
nodes_and_edges |
List, output of |
output_file |
Character, the path where the DOT file should be saved.
Defaults to |
Nothing, writes the DOT file to the specified output_file.
Other ci utilities:
rxp_ga(),
rxp_write_dag()
## Not run:
# Generate the default _rixpress/dag.dot
rxp_dag_for_ci()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.