Learn R Programming

manifestoR (version 1.0-4)

ManifestoCorpus: Manifesto Corpus class

Description

Objects of this class are returned by mp_corpus.

Usage

ManifestoCorpus(csource)

Arguments

csource

Details

A tm Corpus storing ManifestoDocuments

For usage and structure of the stored documents see ManifestoDocument.

Examples

Run this code
corpus <- mp_corpus(subset(mp_maindataset(), countryname == "Russia"))

Run the code above in your browser using DataLab