Use this function when trying to find frequency of two or more words
term_frequency_n_grams(df, gram.min = 2, gram.max = 2, mc.cores = 2,
stemming = TRUE, more_stopwords = NULL)a dataframe with paper results
minimum amount of words together
maximum amount of words together
number of cores
apply stemming by default
a vector of additional stop words