cache_set_dir: Set local cache path

View source: R/txdb_handling.R

cache_set_dirR Documentation

Set local cache path

Description

Downloaded databases are cached locally. This function sets the R environmental variable CACHE_DIR_TUSEL with the location of the cache dir. If cache_dir is specified, it sets the cache directory to that location, creating the specified directory if one does not exit. Otherwise it just uses the previously specified cache dir. If no cache directory has been created and cache_dir is unspecified it creates one in the default location.

Usage

cache_set_dir(cache_dir = NULL)

Arguments

cache_dir

Character path to new local files path. If null, path will be reset to default user data directory location.

See Also

cache_get_dir


CshlSiepelLab/tuSelecter2 documentation built on June 2, 2025, 7:09 a.m.