View source: R/directory-management.R
run_all_scripts | R Documentation |
Runs/renders all scripts s01_XXX
, s02_XXX
in the designated "scripts"
directory.
run_all_scripts(index, quiet = FALSE)
index |
Numeric index for subsetting list of scripts before running. |
quiet |
Argument passed to |
Works with .R and .Rmd extensions. Behaviour is to source()
.R
files and use rmarkdown::render()
on .Rmd files
Invisibly returns TRUE
if file creation is successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.