Description Usage Arguments Value
View source: R/project_utilities.R
Prepare new stage list for DVC YAML
1 | prepare_new_stage_list(new_stage_name, .deps = NULL, .outs = NULL)
|
new_stage_name |
string name of new stage. |
.deps |
character vector with paths to dependencies. Always adds the stage script as a dependency. Optional. |
.outs |
character vector with paths of outputs. Optional. |
a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.