View source: R/run_lesson_scripts.R
run_lesson_scripts | R Documentation |
Run all scripts in the scripts/ subfolder in the lesson directory. Scripts must not have any interdependencies, as a general design rule.
run_lesson_scripts(scripts, skip = NULL, WD = getwd())
scripts |
a vector of scripts (no path needed, just basenames) |
skip |
filename of a script to skip |
WD |
is working directory of the project (useful to supply for shiny app, which has diff. working environment) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.