Description Usage Arguments Value Examples
Render a given report to HTML.
1 | render_report(report, ..., output_dir = ".")
|
report |
The name of the report, without the |
... |
Additional arguments to be passed to |
output_dir |
The output directory for the rendered report. |
The path to the produced report.
1 2 3 4 | output <- render_report(
"ith-report", params = list(i = 9), output_dir = tempfile()
)
if (interactive()) browseURL(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.