mapboxer_proxy: Create a mapboxer proxy object
Description
Create a mapboxer
-like object that can be used to update a mapboxer object
that has already been rendered in a Shiny app.
Usage
mapboxer_proxy(shiny_id, session = shiny::getDefaultReactiveDomain())
Arguments
shiny_id
The output ID of the mapboxer object that should be updated.
session
The current Shiny session object. Usually the default value can be used.