unnest_tweets: Wrapper around unnest_tokens for tweets

View source: R/unnest_tweets.R

unnest_tweetsR Documentation

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()


tidytext documentation built on Jan. 8, 2023, 1:12 a.m.