unnest_tweets {tidytext} | R Documentation |
unnest_tweets(tbl, output, input, ...)
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 |