Learn R Programming

teal.reporter (version 0.4.0)

report_render_and_compress: Render the report

Description

Render the report and zip the created directory.

Usage

report_render_and_compress(
  reporter,
  input_list,
  global_knitr,
  file = tempdir()
)

Value

file argument, invisibly.

Arguments

reporter

(Reporter) instance.

input_list

(list) like shiny input converted to a regular named list.

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 the returned directory.