renderReport {gCrisprTools} | R Documentation |
Internal wrapper to generate html markdown reports from existing templates
renderReport(reportNameBase, templateName, rmdParamList, outdir = NULL)
reportNameBase |
character - name of the report's file. |
templateName |
character - name of the rmarkdown template file in the
standard location. Passed through to |
rmdParamList |
list of named report parameters. Passed through to
|
outdir |
An optional character string indicating the directory in which to
generate the report. If |
character with a path to html report in the temporary directory.