ceramic_tiles | R Documentation |
Find existing files in the cache. Various options can be controlled, this is liable to change pending generalization across providers.
ceramic_tiles(
zoom = NULL,
type = "mapbox.satellite",
source = "api.mapbox.com",
glob = NULL,
regexp = NULL
)
zoom |
zoom level |
type |
imagery type |
source |
imagery source |
glob |
see |
regexp |
see |
A data frame of tile file paths with tile index, zoom, type, version, source and spatial extent.
if (interactive() && !is.null(get_api_key())) {
tiles <- ceramic_tiles(zoom = 0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.