Learn R Programming

amapro (version 0.1.4)

am.proxy: 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)

Value

A proxy object to update the map

Arguments

id

Map id from the Shiny UI

Examples

Run this code
if (interactive()) {
  demo(am.shiny)
}

Run the code above in your browser using DataLab