selectMod function

Shiny Module Server for Geo Selection

Shiny Module Server for Geo Selection

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

Returns

server function for Shiny module

  • Maintainer: Tim Appelhans
  • License: MIT + file LICENSE
  • Last published: 2020-02-02