Create a mapboxer
-like object that can be used to update a mapboxer object
that has already been rendered in a Shiny app.
mapboxer_proxy(shiny_id, session = shiny::getDefaultReactiveDomain())
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. |