View source: R/build_workshops.R
build_workshops | R Documentation |
Render the workshops and download the source files if requested.
build_workshops( path = ".", download = FALSE, id = NULL, lang = c("both", "en", "fr"), Rmdfiles = NULL, update_template = FALSE, pdf = FALSE, script = FALSE, upgrade = "never", verbose = TRUE )
path |
path where the workshops files are or a path to a folder where the files will be extracted if download is set to |
download |
a logical. Should the workshop source files be downloaded? Default set to |
id |
workshops identifier. |
lang |
language of workshop, either "both" (default), "en" (English) or "fr" (French). |
Rmdfiles |
R Markdown source files, if |
update_template |
a logical. Should the template files be updated. Note that if these files are missing then they will be downloaded. |
pdf |
a logical. Should a pdf version of the template be produced? |
script |
a logical. Should the R script be extracted? |
upgrade |
One of "default", "ask", "always", or "never". "default", see
|
verbose |
a logical. Should extra information be reported on progress? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.