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

View source: R/generateReports.R

renderReportR Documentation

Internal wrapper to generate html markdown reports from existing templates

Description

Internal wrapper to generate html markdown reports from existing templates

Usage

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.


OscarBrock/gCrisprTools documentation built on Oct. 25, 2022, 7:29 a.m.