report_render_and_compress: Render the report

View source: R/DownloadModule.R

report_render_and_compressR 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.


teal.reporter documentation built on April 3, 2025, 7:39 p.m.