module-mapping: Map point selection Module

module-mappingR Documentation

Map point selection Module

Description

Map point selection Module

Usage

mapping_ui(id)

mapping_server(
  id,
  data_r = reactive(NULL),
  data_latlon_r = reactive(NULL),
  trigger_map_r = reactive(FALSE),
  main_session = shiny::getDefaultReactiveDomain()
)

Arguments

id

Module's ID.

data_r

A reactive function returning a data.frame.

data_latlon_r

A reactive function returning a data.frame with coordinate only.

trigger_map_r

A reactive function to trigger map update.

main_session

The main Shiny session to navigate between tabs.

Value

  • UI: HTML tags that can be included in the UI part of the application.

  • Server: a shiny::reactive() function returning a list.


gdauby/conrappli documentation built on Jan. 21, 2025, 12:51 p.m.