checkTemplatesName {clinDataReview} | R Documentation |
Checks of config files template.
Description
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.
Usage
checkTemplatesName(
configFiles,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
Arguments
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. |
Value
Updated configFiles
Author(s)
Laure Cougnaud
[Package clinDataReview version 1.6.1 Index]