RenderReportForAdjSpec {hivPlatform} | R Documentation |
Renders html fragment from RMarkdown document.
RenderReportForAdjSpec(adjustmentSpec, fileNameSuffix = "", params = NULL)
adjustmentSpec |
Adjustment specification. Required. |
fileNameSuffix |
Report file suffix. Base name is taken from the adjustment spec file name. Optional. Default = ”. |
params |
Parameters passed to the report. Optional. Default = NULL. |
string with the rendered report
## Not run: RenderReportForAdjSpec(adjustmentSpec, fileNameSuffix, parameters) ## End(Not run)