parseTweets. Error encoding
joancabre opened this issue · 1 comments
joancabre commented
Hi team! First of all, congratulations for this package.
I have problems in the parseTweets function, only few tweets are correctly parsed. I think it is due to some encoding or charset problem. I my case, I have problems when I am capturing spanish tweets when I am capturing english tweets no.
I would like to help, but I don't know where is the problem. The message error is:
Error in $<-.data.frame
(*tmp*
, "country_code", value = NA) :
In stream_in_int(path.expand(path)) : Parsing error on line 0
thank you.
rlorenz123 commented
I have the same issue. did you find a solution?