module-mapping | R Documentation |
Map point selection Module
mapping_ui(id)
mapping_server(
id,
data_r = reactive(NULL),
data_latlon_r = reactive(NULL),
trigger_map_r = reactive(FALSE),
main_session = shiny::getDefaultReactiveDomain()
)
id |
Module's ID. |
data_r |
A |
data_latlon_r |
A |
trigger_map_r |
A |
main_session |
The main Shiny session to navigate between tabs. |
UI: HTML tags that can be included in the UI part of the application.
Server: a shiny::reactive()
function returning a list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.