Description Usage Arguments Value
View source: R/project_utilities.R
Add a new R stage
1 | add_r_stage(stage_name, .deps = NULL, .outs = NULL)
|
stage_name |
name of the stage without any white spaces. Example: 'train_model' |
.deps |
character vector with paths to dependencies. Optional. |
.outs |
character vector with paths of outputs. Optional. |
function is run for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.