powered by
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") )
one of streets, outdoors, light, dark, satellite, satellite-streets
# \donttest{ ## You need a valid access token from Mapbox key <- 'abc' ## set a map style mapdeck(token = key, style = mapdeck_style("dark")) # }
Run the code above in your browser using DataLab