get_cache_dir {FastRet} | R Documentation |
Get cache directory
Description
Creates and returns the cache directory for the FastRet package.
Usage
get_cache_dir(subdir = NULL)
Arguments
subdir |
Optional subdirectory within the cache directory. |
Value
The path to the cache directory or subdirectory.
Examples
path <- get_cache_dir()
[Package FastRet version 1.1.3 Index]