gerda_cache_dir: GERDA cache directory

View source: R/gerda_cache.R

gerda_cache_dirR Documentation

GERDA cache directory

Description

Returns the path to the directory used by load_gerda_web() to cache downloaded datasets when cache = TRUE (or options(gerda.cache = TRUE)). The location follows tools::R_user_dir() conventions and can be redirected with the standard R_USER_CACHE_DIR environment variable. The directory is not created until a cached download is actually written.

Usage

gerda_cache_dir()

Value

A single character string: the cache directory path.

See Also

clear_gerda_cache(), load_gerda_web()

Examples

gerda_cache_dir()

gerda documentation built on July 27, 2026, 5:09 p.m.