am.proxy {amapro}R 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)
}

[Package amapro version 0.1.3 Index]