# combine and load all data from the books, respondents and reviews into
# a new dataframe (tibble format)
combine.all(load.freq.table = FALSE)
# combine and load all data from the books, respondents and reviews into
# a new dataframe (tibble format), and additionally also load the frequency
# table of all word 1grams of the corpus used.
combine.all(load.freq.table = TRUE)
Run the code above in your browser using DataLab