Re: [R] Unlisting a nested dataset

2018-10-16 Thread Jeff Newmiller
> >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

Re: [R] Unlisting a nested dataset

2018-10-16 Thread Nathan Parsons
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

Re: [R] Unlisting a nested dataset

2018-10-16 Thread Ista Zahn
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

[R] Unlisting a nested dataset

2018-10-15 Thread Nathan Parsons
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 =