map_UI {AtlasMaker} | R Documentation |
The user interface for AtlasMaker.
Description
This is the core ui function for AtlasMaker.
Usage
map_UI(id)
Arguments
id |
identifier for the map. This must match the id used in |
Value
a leaflet::leafletOutput()
object.
Examples
map_UI('flowering_plants')
map_UI('map1')
map_UI('map2')
[Package AtlasMaker version 0.1.0 Index]