ceramic_tiles {ceramic} | R Documentation |
Tile files
Description
Find existing files in the cache. Various options can be controlled, this is liable to change pending generalization across providers.
Usage
ceramic_tiles(
zoom = NULL,
type = "mapbox.satellite",
source = "api.mapbox.com",
glob = NULL,
regexp = NULL
)
Arguments
zoom |
zoom level |
type |
imagery type |
source |
imagery source |
glob |
see |
regexp |
see |
Value
A data frame of tile file paths with tile index, zoom, type, version, source and spatial extent.
Examples
if (interactive() && !is.null(get_api_key())) {
tiles <- ceramic_tiles(zoom = 0)
}
[Package ceramic version 0.9.5 Index]