Skip to contents

Returns the directory used to store downloaded data when getDOSE(), getDOSE_geom() or matchDOSE() are called with cache = TRUE. The location follows tools::R_user_dir(), so it respects the R_USER_CACHE_DIR environment variable. The directory is not created by this function.

Usage

subincomeR_cache_dir()

Value

A character string with the path to the cache directory.

Examples

subincomeR_cache_dir()
#> [1] "/home/runner/.cache/R/subincomeR"