Skip to contents

Get the path rhud is using to store cached files.

Usage

hud_get_cache_dir()

Value

A character vector with path to cached files. If none is set, will default to R temp session directory A character vector stores in the RHUD_CACHE_DIR system environment variable.

See also

Examples

if (FALSE) {
hud_get_cache_dir()

}