# NOT RUN {
# import data
file_location<-system.file("extdata", "avian_ecology_bibliography.ris", package="revtools")
x<-read_bibliography(file_location)
# run a topic model based on these data
# note: the following lines can take a very long time to run, especially for large datasets!
x_DTM<-make_DTM(x)
# }
# NOT RUN {
x_LDA<-run_LDA(x_DTM, "lda", 5, 5000)
# }
Run the code above in your browser using DataLab