manifestoR (version 1.2.4)

mp_save_cache: 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

Run this code
# NOT RUN {
mp_save_cache() ## save to "mp_cache.RData" in current working directory
# }

Run the code above in your browser using DataCamp Workspace