View source: R/rxp_write_dag.R
| rxp_write_dag | R Documentation |
Creates a JSON representation of a directed acyclic graph (DAG)
based on dependencies between derivations. Is automatically called
by rxp_populate().
rxp_write_dag(rxp_list, output_file = "_rixpress/dag.json")
rxp_list |
A list of derivations. |
output_file |
Path to the output JSON file. Defaults to "_rixpress/dag.json". |
Nothing, writes a JSON file representing the DAG.
Other ci utilities:
rxp_dag_for_ci(),
rxp_ga()
## Not run:
rxp_write_dag(rxp_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.