module-report | R Documentation |
Summary report
summary_report_ui(id)
summary_report_server(
id,
data_r = reactive(NULL),
results_r = reactive(NULL),
data_sf_r = reactive(NULL),
polygon_r = reactive(NULL)
)
id |
Module's ID. |
data_r , results_r , data_sf_r , polygon_r |
|
UI: HTML tags that can be included in the UI part of the application.
Server: a shiny::reactive()
function returning a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.