three buttons for adding cards, downloading and resetting the Report.
The add module has add_report_card_simple
id, the download module the download_button_simple
id
and the reset module the reset_button_simple
id.
For more details see the vignette: vignette("simpleReporter", "teal.reporter")
.
Arguments
- id
character(1)
thisshiny
module's id.- reporter
Reporter
instance.- card_fun
function
which returns aReportCard
instance, the function have atcard
argument and optionalcomment
.