renderReport: Internal wrapper to generate html markdown reports from...

Description Usage Arguments Value

View source: R/generateReports.R

Description

Internal wrapper to generate html markdown reports from existing templates

Usage

1
renderReport(reportNameBase, templateName, rmdParamList, outdir = NULL)

Arguments

reportNameBase

character - name of the report's file.

templateName

character - name of the rmarkdown template file in the standard location. Passed through to template argument of the draft.

rmdParamList

list of named report parameters. Passed through to params argument of the render.

outdir

An optional character string indicating the directory in which to generate the report. If NULL, a temporary directory will be automatically generated.

Value

character with a path to html report in the temporary directory.


gCrisprTools documentation built on Nov. 8, 2020, 8:17 p.m.