get_cache_info | R Documentation |
Get information about the cache
Reset the cache
Set the cache directory
get_cache_info()
reset_cache()
set_cache(path = file.path(getwd(), ".cache"))
path |
The path to the cache directory. Defaults to the '.cache' folder in the current working directory. |
Invisibly returns the path to the cache directory or a list containing:
path |
The path to the cache directory. |
files |
The number of files in the cache. |
get_cache_info()
reset_cache()
set_cache()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.