Learn R Programming

clinDataReview (version 1.6.2)

createTemplateDoc: 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")
)

Value

Character vector with Rd code containing description for all template documents.

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.

Author

Laure Cougnaud

References

JSON schema specification