combine.all | R Documentation |
Function to combine all information of the survey, reviews, and books into one big dataframe. The user can specify whether or not they want to also load the freqTable
with the frequency counts of the word n-grams of the books.
combine.all(load.freq.table = FALSE)
load.freq.table |
specify whether or not you want to add the |
In order to identify (possible) correlations between particular reviews (e.g. the scores by the reviewers) with metadata about the reviewers themselves, it is usually required, or at least convenient, to combine two or more datasets into one large table.
A data frame combining the two (optionally three) datasets: books
,
respondents
, and reviews
.
Saskia Lensink, Maciej Eder
https://literaryquality.huygens.knaw.nl/
reviews
, respondents
, motivations
, books
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.