rePort {disaggR} | R Documentation |
Producing a report
Description
This function takes an output of the reView shiny application and produces an html report with the same outputs than in shiny.
Usage
rePort(
object,
output_file = NULL,
launch.browser = if (is.null(output_file)) TRUE else FALSE,
hfserie_name = NULL,
lfserie_name = NULL,
...
)
Arguments
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 |
Details
It can also directly take a twoStepsBenchmark as an input.
See Also
reView