RenderReportToHTML {hivPlatform} | R Documentation |
Renders html fragment from RMarkdown document.
RenderReportToHTML(reportFilePath, params = NULL)
reportFilePath |
Path to the source RMarkdown file. Required. |
params |
Parameters passed to the report. Optional. Default = NULL. |
string with the rendered report
## Not run: RenderReportToHTML(adjustmentSpec, fileNameSuffix, parameters) ## End(Not run)