View source: R/02-leafletExport.R
leafletExport | R Documentation |
server funtion of leaflet map export module
leafletExport(
input,
output,
session,
leafletMap,
width,
height,
zoom,
center,
isoData,
leafletValues,
leafletPointValues
)
input |
input |
output |
output |
session |
session |
leafletMap |
reactive leaflet map object |
width |
reactive width of map in px |
height |
reactive height of map in px |
zoom |
map zoom |
center |
map center (list of lat and lng) |
isoData |
reactive isoData data |
leafletValues |
map settings, e.g. scalePosition, show/hide bounds |
leafletPointValues |
reactive settings for points on map |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.