Please note that the information from this config file
and the general config file: config.yml
are considered.
In case parameters are defined both in the general
and specific config files, the parameter from the
general config file is ignored.
getParamsFromConfig(
configFile,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
List with parameters from the specified configFile
and the general config file: config.yml
.
There are two specific handlers:
parameters tagged with '[param] !r [value]' are evaluated in R, and their evaluated value is returned
parameters tagged with '[param] !r-lazy [value]'
are imported as character, and need to be further process
with forceParams
inside the report.
Parameters with YAML type 'r-lazy' are imported as character, with this additional class.
String with filename of the config file of interest in YAML format.
String with directory with config files,
by default a 'config' folder in inputDir
.
It should contain a general 'config.yml' file and dedicated
'config-[X].yml' for each chapter.
The order of each chapter is specified in the 'config' slot in the general
general 'config.yml'.
String with input directory, working directory by default.
Laure Cougnaud
forceParams
Other clinical data reporting:
checkReportTitles()
,
forceParams()
,
getMdHeader()
,
gitbook_clinDataReview_report()
,
html_clinDataReview_report()
,
knitPrintClinDataReview()
,
postProcessReport()
,
render_clinDataReviewReport()