RenderReportToFile {hivEstimatesAccuracy}R Documentation

RenderReportToFile

Description

Creates a report from a specified RMarkdown file.

Usage

RenderReportToFile(filePath, format = "html_fragment", ...)

Arguments

filePath

Path to the source RMarkdown file. Required.

format

Output format of the report. Optional. Default = "html_fragment".

...

Additional arguments passed to render. Optional.

Value

File name of the generated report

See Also

rmarkdown

Examples

## Not run: 
RenderReportToFile(
  filePath,
  params = list(AdjustedData = data.table::data.table(A = c(1, 2), B = c(3, 4))))

## End(Not run)


[Package hivEstimatesAccuracy version 0.9.6 Index]