Last chance! 50% off unlimited learning
Sale ends in
data_corpus_inaugural
data_corpus_inaugural
is the quanteda-package corpus
object of US presidents' inaugural addresses since 1789. Document variables
contain the year of the address and the last name of the president.# some operations on the inaugural corpus
summary(data_corpus_inaugural)
head(docvars(data_corpus_inaugural), 10)
Run the code above in your browser using DataLab