Create dynamic map

plot_map(map_type = 110)

Arguments

map_type

an index from 1 to 137 indicating the type of base map. The map types are taken from leaflet::providers. Defaults to "CartoDB".

Examples

# Standard OSM format is given by map_type = 1, though # this value can take anywhere between 1 and 137. plot_map(map_type = 1)