Description Usage Arguments Value Examples
Combine trusted sentiment data sets from sentimentr.
1 2 3 4 5 6 | combine_data(
data = c("course_evaluations", "hotel_reviews", "kaggle_movie_reviews",
"kotzias_reviews_amazon_cells", "kotzias_reviews_imdb", "kotzias_reviews_yelp",
"nyt_articles"),
...
)
|
data |
A character vector of sentimentr data sets. |
... |
ignored. |
Returns an rbinded data.table of sentiment data with the source added as column.
1 2 3 | combine_data()
combine_data(c("kotzias_reviews_amazon_cells", "kotzias_reviews_imdb",
"kotzias_reviews_yelp"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.