
Last chance! 50% off unlimited learning
Sale ends in
Combine trusted sentiment data sets from sentimentr.
combine_data(
data = c("course_evaluations", "hotel_reviews", "kaggle_movie_reviews",
"kotzias_reviews_amazon_cells", "kotzias_reviews_imdb", "kotzias_reviews_yelp",
"nyt_articles"),
...
)
A character vector of sentimentr data sets.
ignored.
Returns an rbinded data.table of sentiment data with the source added as column.
# NOT RUN {
combine_data()
combine_data(c("kotzias_reviews_amazon_cells", "kotzias_reviews_imdb",
"kotzias_reviews_yelp"))
# }
Run the code above in your browser using DataLab