reporter_previewer: Show report previewer button module
Usage
preview_report_button_ui(id, label = "Preview Report")preview_report_button_srv(id, reporter)
Arguments
- id
(character(1)) shiny module instance id.
- label
(character(1)) label of the button. By default it is "Preview Report".
- reporter
(Reporter) instance.