Data used to supplement the LDAvis package.
# install.packages("devtools")
devtools::install_github("cpsievert/LDAvisData")
Once you load the library, you can access any of the data objects. For example,
library("LDAvisData")
str(AP)
For a description and citation info for any of the data object, see the help page. For example,
help(AP)
To see list of all the data objects this package contains, use:
data(package = "LDAvisData")