Render the report and zip the created directory.
report_render_and_compress(
reporter,
input_list,
global_knitr,
file = tempdir()
)
file
argument, invisibly.
(Reporter
) instance.
(list
) like shiny
input converted to a regular named list.
(list
) a global knitr
parameters, like echo.
But if local parameter is set it will have priority.
(character(1)
) where to copy the returned directory.