rePort | R Documentation |
This function takes an output of the reView shiny application and produces an html report with the same outputs than in shiny.
rePort(
object,
output_file = NULL,
launch.browser = if (is.null(output_file)) TRUE else FALSE,
hfserie_name = NULL,
lfserie_name = NULL,
...
)
object |
a twoStepsBenchmark with an univariate hfserie, a reViewOutput, or a character of length 1 with the path of their RDS file. If a reViewOutput is chosen, the former new benchmark is taken as the old one. |
output_file |
The file in which the html should be saved. If |
launch.browser |
|
hfserie_name |
a language object or a character of length 1. The name of the hfserie, eventually its expression. |
lfserie_name |
a language object or a character of length 1. The name of the lfserie, eventually its expression. |
... |
other arguments passed to rmarkdown::render |
It can also directly take a twoStepsBenchmark as an input.
reView
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.