tidytext (version 0.4.2)

unnest_tweets: Wrapper around unnest_tokens for tweets

Description

[Deprecated]

Usage

unnest_tweets(tbl, output, input, ...)

Arguments

tbl

A data frame

output

Output column to be created as string or symbol.

input

Input column that gets split as string or symbol.

The output/input arguments are passed by expression and support quasiquotation; you can unquote strings and symbols.

...

Extra arguments passed on to tokenizers

See Also

  • unnest_tokens()