trump_tweets | R Documentation |
This dataset contains all tweets from Donald Trump's Twitter account from 2009 to 2017. Additionally, the results of a sentiment analysis, conducted on tweets from the campaign period (2015-06-17 to 2016-11-08), are included in sentiment_counts
.
trump_tweets
An object of class "data.frame"
.
source. Device or service used to compose tweet.
id_str. Tweet ID.
text. Tweet.
created_at. Data and time tweet was tweeted.
retweet_count. How many times tweet had been retweeted at time dataset was created.
in_reply_to_user_id_str. If a reply, the user id of person being replied to.
favorite_count. Number of times tweet had been favored at time dataset was created.
is_retweet. A logical telling us if it is a retweet or not.
The Trump Twitter Archive: https://www.thetrumparchive.com/
head(trump_tweets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.