clean_text: Text cleaner

View source: R/parseTweetFiles.R

clean_textR Documentation

Text cleaner

Description

Cleans all garbage symbols, links, retweet tags, etc from the tweet text.

Usage

clean_text(x)

Arguments

x

A string to remove symbols from

Value

The string with the symbols removed

Examples

## Not run: text = unlist(lapply(tweet.df$text, clean_text))

rturn/parseTweetFiles documentation built on July 31, 2023, 3:43 p.m.