View source: R/reporting-render-general.R
checkChapterParallel | R Documentation |
This is identified via the 'parallel' parameter from the config file. If this parameter is not available in the config file (or the parameters are imported with an error), the chapter is considered to not be run in parallel.
checkChapterParallel(
configFile,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
configFile |
String with filename of the config file of interest in YAML format. |
configDir |
String with directory with config files,
by default a 'config' folder in |
inputDir |
String with input directory, working directory by default. |
Logical, if TRUE, the chapter is run in parallel (FALSE if not available).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.