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)thisshinymodule's id.- reporter
Reporterinstance.- card_fun
functionwhich returns aReportCardinstance, the function have atcardargument and optionalcomment.