Description Usage Format Examples
Extracts from the election manifestos of 9 UK political parties from 2010, related to immigration or asylum-seekers.
1 |
A named character vector of plain ASCII texts
1 2 3 4 | data_corpus_ukimmig2010 <-
corpus(data_char_ukimmig2010,
docvars = data.frame(party = names(data_char_ukimmig2010)))
summary(data_corpus_ukimmig2010, showmeta = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.