Skip to contents

Create a dataframe with all the words in a users tweets and how often they appear.

Usage

count_words(docs)

Arguments

docs

A VCorpus of words used in a users tweets.

Value

A dataframe with all the words in the tweets and how often they appear.

Examples

if (FALSE) {
  df2 <- count_words(docs)
}