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