ManifestoAvailability: Manifesto Availability Information class

Description Details Examples

Description

Objects returned by mp_availability.

Details

ManifestoAvailability objects are data.frames with variables party and date identifying the requested manifestos as in the Manifesto Project's Main & South America Datasets. The additional variables specify whether a machine readable document is available (manifestos), whether digital CMP coding annotations are available (annotations) or whether an orignal PDF is available (originals).

Additional a ManifestoAvailability object has attributes query, containing the original id set which was queried, corpus_version, specifying the Corpus version ID used for the query, and date with the timestamp of the query.

Examples

1
2
3
4
5
## Not run: 
wanted <- data.frame(party=c(41320, 41320), date=c(200909, 200509))
mp_availability(wanted)

## End(Not run)

manifestoR documentation built on Jan. 13, 2021, 9:53 a.m.