mp_corpusversions {manifestoR}R Documentation

List the available versions of the Manifesto Project's Corpus

Description

The Manifesto Project Database API assigns a new version code whenever changes to the corpus texts or metadata are made.

Usage

mp_corpusversions(apikey = NULL, only_stable = TRUE)

Arguments

apikey

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

only_stable

Consider only for versions marked as stable by the Manifesto Project Team, defaults to TRUE

Details

This function always bypasses the cache.

Value

a data.table with the available version ids (name, tag)


[Package manifestoR version 1.6.0 Index]