get_osmdata_cache_filepath: Get the file path where to cache results of an Overpass API...

View source: R/cache.R

get_osmdata_cache_filepathR 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


rcrisp documentation built on Aug. 8, 2025, 6:42 p.m.