If a JSON schema file available, the information relative
to the template is extracted from this file with the function
JSONSchToRd
.
createTemplateDoc(
templatePath = system.file("template", package = "clinDataReview")
)
Character vector with Rd code containing description for all template documents.
string with path where the template Rmd reports and associated JSON schema files are stored, by default path of the installed version of the package. This parameter is only for expert use of the package.
Laure Cougnaud