> >Not sure what else I can provide to make this more clear.
You can address this deficiency of awareness by using the reprex package to
generate the example+errors you are concerned about. Combined with the use of
dput described in the link Ista provided (or use of example data from your
decla
Ista - I provided data, code, and the error being returned as per reproducible
r protocol. I did not include packages, however. unnest_tokens is from the
TidyText package, map/map_chr are from purrr, and everything else is from
tidyverse(dplyr/tidyr/etc.)
Not sure what else I can provide to mak
Hi Nate,
You've made it pretty difficult to answer your question. Please see
https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
and follow some of the suggestions you find there to make it easier on
those who want to help you.
Best,
Ista
On Mon, Oct 15, 2018 at
I’m attempting to do some content analysis on a few million tweets, but I can’t
seem to get them cleaned correctly.
I’m trying to replicate the process outlined here:
https://stackoverflow.com/questions/46734501/opposite-of-unnest-tokens
My code:
tweets %>%
unnest_tokens(word, text, token = '
4 matches
Mail list logo