Adds a ArcGIS Basemap layer

addEsriBasemapLayer(map, key, autoLabels = FALSE, layerId = NULL,
  group = NULL, options = NULL)

Arguments

map

The leaflet map

key

ID of the layer

autoLabels

whether to show corresponding labels layer

layerId

Unique ID for the layer

group

The group this layer belongs to.

options

Basemap Layer Options. You can pass tileOptions().

Examples

leaflet() %>% addEsriBasemapLayer(esriBasemapLayers$Oceans, autoLabels = TRUE)