Learn R Programming

teal.reporter (version 0.6.0)

report_render_and_compress: Render the report

Description

Render the report and zip the created directory.

Usage

report_render_and_compress(
  reporter,
  rmd_yaml_args,
  global_knitr,
  file = tempfile()
)

Value

file argument, invisibly.

Arguments

reporter

(Reporter) instance.

rmd_yaml_args

(named list) with Rmd yaml header fields and their values.

global_knitr

(list) a global knitr parameters, like echo. But if local parameter is set it will have priority.

file

(character(1)) where to copy created zip file.