Use a cache on the local filesystem that will persist between R sessions.
cache_filesystem(path, algo = "xxhash64", compress = FALSE)
Directory in which to store cached items.
The hashing algorithm used for the cache, see
digest
for available algorithms.
Argument passed to saveRDS
. One of FALSE, "gzip",
"bzip2" or "xz". Default: FALSE.