Skip to contents

[Experimental] 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").

Usage

simple_reporter_srv(id, reporter, card_fun)

Arguments

id

character(1) this shiny module's id.

reporter

Reporter instance.

card_fun

function which returns a ReportCard instance, the function have atcardargument and optional comment.