View source: R/reporting-render-general.R
checkTemplatesName | R Documentation |
Check if the templates specified in the input config files
don't originate from multiple sources (e.g. custom and R package
via the parameter templatePackage
).
If so, the corresponding config files are not considered.
checkTemplatesName(
configFiles,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
configFiles |
Character vector with name or path of the config file(s). |
configDir |
String with directory with config files,
by default a 'config' folder in |
inputDir |
String with input directory, working directory by default. |
Updated configFiles
Laure Cougnaud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.