get_osmdata_cache_filepath | R Documentation |
The function returns the file path where to serialize an osdata_sf object
for a given key:value pair and a bounding box. The directory used is the one
returned by cache_directory()
.
get_osmdata_cache_filepath(key, value, bbox)
key |
A character string with the key to filter the data |
value |
A character string with the value to filter the data |
bbox |
A bounding box |
A character string representing the file path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.