report_render_and_compress {teal.reporter}R Documentation

Render the report

Description

Render the report and zip the created directory.

Usage

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

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.

Value

file argument, invisibly.


[Package teal.reporter version 0.4.0 Index]