rePort {disaggR} | 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,
...
)
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 |
|
... |
other arguments passed to rmarkdown::render |
It can also directly take a twoStepsBenchmark as an input.
reView