| shiny_fude | R Documentation |
shiny_fude() prepares a Shiny user interface and server function for
interactive visualization of Fude Polygon data with leaflet and DT.
The map supports polygon selection, optional agricultural community boundary
overlays, and a linked attribute table.
shiny_fude(data, height = 1000, rcom = FALSE)
data |
A Fude Polygon data object, or a list containing |
height |
Height of the map passed to |
rcom |
Logical. If |
A list with two elements: ui, a Shiny UI object, and server, a Shiny
server function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.