Learn R Programming

censobr (version 0.5.0)

get_censobr_cache_dir: Get path to cache directory for censobr files

Description

Get the path to the cache directory currently being used for for the censobr files

Usage

get_censobr_cache_dir()

Arguments

Value

Path to cache dir

See Also

Other Cache data: censobr_cache(), set_censobr_cache_dir()

Examples

Run this code
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
# get path to cache directory
get_censobr_cache_dir()
}

Run the code above in your browser using DataLab