Skip to contents

Create a clean corpus of all the used words in a users tweets.

Usage

clean_tweets(df)

Arguments

df

A dataframe containing a users tweets that has been preprocessed.

Value

A VCorpus of all the words used disregarding stopwords and punctuation.

Examples

if (FALSE) {
  docs <- clean_tweets(df)
}