Learn R Programming

saotd (version 0.2.0)

tweet_tidy: Tidy Twitter Data

Description

Function to Tidy Twitter Data and remove all emoticons, punctuation, weblinks while maintaiing actual Tweet.

Usage

tweet_tidy(DataFrame)

Arguments

DataFrame

DataFrame of Twitter Data.

Value

A Tidy DataFrame.

Examples

Run this code
# NOT RUN {
library(saotd)
data <- raw_tweets
tidy_data <- tweet_tidy(DataFrame = data)
tidy_data
# }

Run the code above in your browser using DataLab