View source: R/mapbox_vetor_tiles.R
| geom_mapbox_vector_tiles | R Documentation | 
Adds a vector tile layer for the map
geom_mapbox_vector_tiles(
  ...,
  type = c("water", "road", "building", "poi_label", "place_label", "structure",
    "transit_stop_label", "landuse"),
  zoom = NULL,
  max_tiles = 5,
  transform = function(d) d
)
... | 
 extra arguments  | 
type | 
 type of vector layer  | 
zoom | 
 optional, zoom level for tiles  | 
max_tiles | 
 Maximum number of tiles to query, overrides desired zoom level.  | 
transform | 
 transform function to apply to the vector tile data  | 
a geom_sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.