setSharedCacheDir {simpleCache} | R Documentation |
Set shared cache directory
Description
Sets global variable specifying the default cache directory for
simpleCacheShared
calls; this function is simply a helper alias for caching
results that will be used across projects.
Usage
setSharedCacheDir(sharedCacheDir = NULL)
Arguments
sharedCacheDir |
Directory where shared caches should be stored |
[Package simpleCache version 0.4.2 Index]