Learn R Programming

saotd (version 0.3.1)

tweet_tidy: Tidy Twitter Data

Description

Function to Tidy Twitter Data. This function will remove a significant amount of the original twitter metadata, as it is not needed to determine the sentiment of the tweets. This function will remove all emoticons, punctuation, weblinks while maintaining actual Tweet text.

Usage

tweet_tidy(DataFrame)

Value

A Tidy tibble.

Arguments

DataFrame

Data Frame of Twitter Data.

Examples

Run this code
if (FALSE) {
library(saotd)

data <- raw_tweets
tidy_data <- tweet_tidy(DataFrame = data)
tidy_data

}

Run the code above in your browser using DataLab