View source: R/tm_clean_tweets.R
tm_clean_tweets | R Documentation |
Simple convenience function that cleans tweets. Removes urls, mentions, and punctuation.
tm_clean_tweets(tbl)
tbl |
tibble or data.frame |
tibble with 2 columns - status id and cleaned text
## Not run: out <- tm_clean_tweets(tbl) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.