Learn R Programming

AtlasMaker (version 0.1.0)

map_UI: The user interface for AtlasMaker.

Description

This is the core ui function for AtlasMaker.

Usage

map_UI(id)

Value

a leaflet::leafletOutput() object.

Arguments

id

identifier for the map. This must match the id used in map_server().

Examples

Run this code
map_UI('flowering_plants')
map_UI('map1')
map_UI('map2')

Run the code above in your browser using DataLab