Learn R Programming

saotd (version 0.2.0)

raw_tweets: 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)

Arguments

Format

A tribble with 14,483 rows and 6 variables

id

ID of this status.

hashtag

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

When this status was created.

key

Unique key based on the tweets originators user id and the created date time group.