View source: R/get_cache_dir.R
get_cache_dir | R Documentation |
Find, create, or clear the cache directory. Defaults to the temporary directory if the rappdirs package is unavailable. You can specify the path to the cache directory by setting an environment variable named "CACHE_DIR".
get_cache_dir(name = "inldata")
clear_cache_dir(name = "inldata")
name |
'character' string. Name of cache directory. |
Path to the cache directory.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
dir <- get_cache_dir("test")
clear_cache_dir("test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.