ManifestoSource {manifestoR} | R Documentation |
Data Source for Manifesto Corpus
Description
Data Source for Manifesto Corpus
Usage
ManifestoSource(texts)
ManifestoJSONSource(
texts = list(manifesto_id = c(), items = c()),
query_meta = data.frame()
)
Arguments
texts |
texts of the manifesto documents |
query_meta |
metadata to attach to document by joining on manifesto_id |
Details
Used internally for constructing ManifestoCorpus
objects.
[Package manifestoR version 1.6.0 Index]