selectMod {mapedit} | R Documentation |
Shiny Module Server for Geo Selection
Description
Shiny Module Server for Geo Selection
Usage
selectMod(
input,
output,
session,
leafmap,
styleFalse = list(fillOpacity = 0.2, weight = 1, opacity = 0.4),
styleTrue = list(fillOpacity = 0.7, weight = 3, opacity = 0.7)
)
Arguments
input |
Shiny server function input |
output |
Shiny server function output |
session |
Shiny server function session |
leafmap |
leaflet map to use for Selection |
styleFalse |
named |
styleTrue |
named |
Value
server function for Shiny module
[Package mapedit version 0.6.0 Index]