Use a cache on the local filesystem that will persist between R sessions.
cache_filesystem(path, algo = "xxhash64", compress = FALSE)
| path | Directory in which to store cached items. | 
|---|---|
| algo | The hashing algorithm used for the cache, see
 | 
| compress | Argument passed to  |