get_osmdata_cache_filepath {rcrisp} | R Documentation |
Get the file path where to cache results of an Overpass API query
Description
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()
.
Usage
get_osmdata_cache_filepath(key, value, bbox)
Arguments
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 |
Value
A character string representing the file path
[Package rcrisp version 0.1.4 Index]