manifestoR (version 1.2.4)

mp_coreversions: List the available versions of the Manifesto Project's Main Dataset

Description

List the available versions of the Manifesto Project's Main Dataset

Usage

mp_coreversions(apikey = NULL, cache = TRUE, kind = "main")

Arguments

apikey

API key to use. Defaults to NULL, resulting in using the API key set via mp_setapikey.

cache

Boolean flag indicating whether to use locally cached data if available.

kind

one of "main" (default) or "south_america" to discrimante the Main Dataset and the South America Dataset

Details

For the available versions of the corpus, see mp_corpusversions

Examples

Run this code
# NOT RUN {
mp_coreversions()
# }

Run the code above in your browser using DataCamp Workspace