Render the report and zip the created directory.
report_render_and_compress(
reporter,
rmd_yaml_args,
global_knitr,
file = tempfile()
)file argument, invisibly.
(Reporter) instance.
(named list) with Rmd yaml header fields and their values.
(list) a global knitr parameters, like echo.
But if local parameter is set it will have priority.
(character(1)) where to copy created zip file.