Learn R Programming

hydrolinks (version 0.10.0)

cache_get_dir: Get local cache path

Description

Downloaded shapefiles and databases are cached locally. This location can be accessed and reset so that the best available locaiton can be used. For example, a fast SSD or large secondary hard drive may be used.

Usage

cache_get_dir()

Arguments

See Also

cache_set_dir

Examples

Run this code
# NOT RUN {
#see where cached files are being stored

# }
# NOT RUN {
print(cache_get_dir())


# }

Run the code above in your browser using DataLab