module-data-polygon | R Documentation |
Import data from Rainbio via polygon drawing Module
data_import_polygon_ui(id)
data_import_polygon_server(
id,
source_r = reactive(NULL),
threshold_gbif = reactive(NULL)
)
id |
Module's ID. |
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.