Description Usage Arguments Value
This function renders an existing exreport object to a given file and format.
1 2 | exreportRender(rep, destination = NULL, target = "html", safeMode = TRUE,
visualize = TRUE)
|
rep |
The exreport object to be rendered |
destination |
Path to the rendered file. If NULL, it uses a temporary directory |
target |
The format of the target rendering. HTML and PDF are allowed. |
safeMode |
Denies or allows (TRUE or FALSE) output files overwriting |
visualize |
Visualize the generated output or not |
an experiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.