am.proxy {amapro} | R Documentation |
Create a proxy for an existing map in Shiny. It allows to add, merge, delete elements to a map without reloading it.
am.proxy(id)
id |
Map id from the Shiny UI |
A proxy object to update the map
if (interactive()) {
demo(am.shiny)
}