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 level
imagery type
imagery source
see fs::dir_ls
see fs::dir_ls
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)
}