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