unnest_tweets {tidytext} | R Documentation |
Wrapper around unnest_tokens for tweets
Description
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
[Package tidytext version 0.4.2 Index]