ManifestoCorpus: Manifesto Corpus class

View source: R/corpus.R

ManifestoCorpusR Documentation

Manifesto Corpus class

Description

Objects of this class are returned by mp_corpus.

Usage

ManifestoCorpus(csource = ManifestoJSONSource())

Arguments

csource

a ManifestoJSONSource, see Source

Details

A tm Corpus storing ManifestoDocuments

For usage and structure of the stored documents see ManifestoDocument.

Examples

## Not run: corpus <- mp_corpus(subset(mp_maindataset(), countryname == "Russia"))

manifestoR documentation built on May 29, 2024, 6:02 a.m.