tweet_tidy: Tidy Twitter Data

View source: R/tweet_tidy.R

tweet_tidyR Documentation

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)

Arguments

DataFrame

Data Frame of Twitter Data.

Value

A Tidy tibble.

Examples

## Not run: 
library(saotd)

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


## End(Not run)

saotd documentation built on Sept. 4, 2023, 9:06 a.m.