Description Usage Arguments Details Value Examples
addto_pipeline
creates a folder inside the top-level pipeline folder,
ensuring an easy association between .R files and the output from them.
A path variable to the folder is also assigned to the global environment.
1 | addto_pipeline(name = NULL, ...)
|
name |
Character, name of script without .R extension |
... |
Additional arguments |
A top-level folder named pipeline is created if it does not exist already.
Robust function: TRUE
Creates folder in project structure and assigns global path to script sub folder. Returns a message if successful.
1 2 3 4 | ## Not run:
addto_pipeline(name = "my_script")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.