data_char_ukimmig2010 | R Documentation |
Extracts from the election manifestos of 9 UK political parties from 2010, related to immigration or asylum-seekers.
data_char_ukimmig2010
A named character vector of plain ASCII texts
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.