ManifestoAvailability | R Documentation |
Objects returned by mp_availability
.
ManifestoAvailability objects are data.frames with variables party
and date
identifying the requested manifestos as in the Manifesto
Project's Main Datasets. The additional variables specify whether a machine
readable document is available (manifestos
, "Documents found"),
whether digital CMP coding annotations are available (annotations
,
"Coded Documents found"), whether an orignal PDF is available
(originals
, "Originals found"), or whether an english translation
for the (digitally annotated) machine-readable document is available
(translation_en
, "English Translations found").
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.
## Not run:
wanted <- data.frame(party=c(41320, 41320), date=c(200909, 200509))
mp_availability(wanted)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.