three buttons for adding cards, downloading and resetting the Report.
For more details see the vignette: vignette("simpleReporter", "teal.reporter")
.
Examples
if (interactive()) {
shiny::shinyApp(
ui = shiny::fluidPage(simple_reporter_ui("simple")),
server = function(input, output, session) {
simple_reporter_srv("simple", Reporter$new(), function(card) card)
}
)
}