tm_clean_tweets: Cleaning Tweets for Topic Modeling

View source: R/tm_clean_tweets.R

tm_clean_tweetsR Documentation

Cleaning Tweets for Topic Modeling

Description

Simple convenience function that cleans tweets. Removes urls, mentions, and punctuation.

Usage

tm_clean_tweets(tbl)

Arguments

tbl

tibble or data.frame

Value

tibble with 2 columns - status id and cleaned text

Examples

## Not run: 
out <- tm_clean_tweets(tbl)

## End(Not run)

taylorgrant/twAccount documentation built on March 20, 2022, 7:33 p.m.