raw_tweets {saotd} | R Documentation |
Twitter Data Set
Description
Dataset from a [Twitter US Airline Sentiment] (https://www.kaggle.com/crowdflower/twitter-airline-sentiment) Kaggle competition, from December 2017. The dataset contains 14,487 tweets from 6 different hashtags (2,604 x #American, 2,220 x #Delta, 2,420 x #Southwest, 3,822 x #United, 2,913 x #US Airways, 504 x #Virgin America).
Usage
data(raw_tweets)
Format
A tribble
with 14,483 rows and 6 variables.
- id
ID of this status.
- hashtags
Hashtag that the individual tweet was acquired from.
- screenName
Screen name of the user who posted this status.
- text
The text of the status.
- created_at
When this status was created.
- key
Unique key based on the tweets originators user id and the created date time group.
[Package saotd version 0.3.1 Index]