RenderReportToFile {hivEstimatesAccuracy} | R Documentation |
Creates a report from a specified RMarkdown file.
RenderReportToFile(filePath, format = "html_fragment", ...)
filePath |
Path to the source RMarkdown file. Required. |
format |
Output format of the report. Optional. Default = |
... |
Additional arguments passed to render. Optional. |
File name of the generated report
rmarkdown
## Not run: RenderReportToFile( filePath, params = list(AdjustedData = data.table::data.table(A = c(1, 2), B = c(3, 4)))) ## End(Not run)