# NOT RUN {
library(saotd)
data <- raw_tweets
LDA_Topic_Plot <- number_topics(DataFrame = data,
num_cores = 2L,
min_clusters = 2,
max_clusters = 12,
skip = 2,
set_seed = 1234)
LDA_Topic_Plot
# }
Run the code above in your browser using DataLab