Usage
get_climasus_cache_info(cache_dir = "~/.climasus4r_cache", verbose = TRUE)
Arguments
- cache_dir
Character. Cache directory to inspect. Default is "~/.climasus4r_cache".
- verbose
Logical. If TRUE, prints detailed information.
Value
A list with cache statistics.
Examples
if (FALSE) { # \dontrun{
cache_info <- get_climasus_cache_info()
} # }