
Last chance! 50% off unlimited learning
Sale ends in
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.
mp_save_cache(file = "mp_cache.RData")
a file from which to load the cache environment
# NOT RUN {
mp_save_cache() ## save to "mp_cache.RData" in current working directory
# }
Run the code above in your browser using DataLab