View source: R/RenderReportForAdjSpec.R
RenderReportForAdjSpec | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.