createTemplateDoc {clinDataReview} | R Documentation |
Create documentation for clinical data template reports available in the 'template' folder of the package.
Description
If a JSON schema file available, the information relative
to the template is extracted from this file with the function
JSONSchToRd
.
Usage
createTemplateDoc(
templatePath = system.file("template", package = "clinDataReview")
)
Arguments
templatePath |
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. |
Value
Character vector with Rd code containing description for all template documents.
Author(s)
Laure Cougnaud
References
[Package clinDataReview version 1.6.1 Index]