mp_save_cache {manifestoR} | R Documentation |
Save manifestoR's cache
Description
Saves manifestoR's cache to the file system. This function can and should be
used to store downloaded snapshots of the Manifesto Project Corpus Database
to your local hard drive. They can then be loaded via mp_load_cache
.
Caching data in the file system ensures reproducibility of the scripts and
analyses, enables offline use of the data and reduces unnecessary traffic
and waiting times.
Usage
mp_save_cache(file = "mp_cache.RData")
Arguments
file |
a file from which to load the cache environment |
Examples
## Not run: mp_save_cache() ## save to "mp_cache.RData" in current working directory
[Package manifestoR version 1.6.0 Index]