manifestoR (version 1.4.0)

ManifestoCorpus: Manifesto Corpus class

Description

Objects of this class are returned by mp_corpus.

Usage

ManifestoCorpus(csource = ManifestoJSONSource())

Arguments

Details

A tm Corpus storing ManifestoDocuments

For usage and structure of the stored documents see ManifestoDocument.

Examples

Run this code
# NOT RUN {
corpus <- mp_corpus(subset(mp_maindataset(), countryname == "Russia"))
# }

Run the code above in your browser using DataCamp Workspace