Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

selectMod

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 list of valid CSS for non-selected features

styleTrue

named list of valid CSS for selected features

Value

server function for Shiny module


mapedit

Interactive Editing of Spatial Data in R

v0.6.0
MIT + file LICENSE
Authors
Tim Appelhans [aut, cre], Kenton Russell [aut], Lorenzo Busetto [aut], Josh O'Brien [ctb], Jakob Gutschlhofer [ctb]
Initial release
2020-02-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.