View source: R/batch_publish.R
batch_publish | R Documentation |
Publish one or more lessons that have been staged in the published/ folder of a lesson directory
batch_publish(
WD = "?",
commit_msg = NULL,
recompile = FALSE,
try_harder = FALSE,
lessons_dir = NULL,
verbosity = 1
)
WD |
is working directory of the project; easiest way to supply a different lesson is with "?", which will invoke |
commit_msg |
What do you want to say about this update? Default=NULL, i.e. "automated galacticPubs::publish()" |
recompile |
logical; run |
try_harder |
Do you want the function to retry if it fails? A bit experimental. Gets passed to |
lessons_dir |
path to the virtualized folder Edu/lessons, where all the lessons are found; default=NULL |
verbosity |
passed to |
This assumes that you have Google Drive for Desktop set up and have permissions to access the lesson files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.