View source: R/parseTweetFiles.R
clean_text | R Documentation |
Cleans all garbage symbols, links, retweet tags, etc from the tweet text.
clean_text(x)
x |
A string to remove symbols from |
The string with the symbols removed
## Not run: text = unlist(lapply(tweet.df$text, clean_text))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.