am.proxy: Shiny: create a map proxy

View source: R/amapro.R

am.proxyR Documentation

Shiny: create a map proxy

Description

Create a proxy for an existing map in Shiny. It allows to add, merge, delete elements to a map without reloading it.

Usage

am.proxy(id)

Arguments

id

Map id from the Shiny UI

Value

A proxy object to update the map

Examples

if (interactive()) {
  demo(am.shiny)
}

amapro documentation built on May 31, 2023, 8:03 p.m.