Various styles available to all Mapbox accounts using a valid access token. Available styles are listed at https://docs.mapbox.com/api/maps/#styles.

mapdeck_style(
  style = c("dark", "light", "outdoors", "streets", "satellite", "satellite-streets")
)

Arguments

style

one of streets, outdoors, light, dark, satellite, satellite-streets

Examples

# \donttest{ ## You need a valid access token from Mapbox key <- 'abc' ## set a map style mapdeck(token = key, style = mapdeck_style("dark")) # }