1
Hello, community of Stackoverflow BR, I’m playing with the library twitteR
of programming language R, and I realize that in the search that I have made, the texts are cut, example: "RT @fulaniinn2070 do not believe that after all we did, they still Tiv...". Follow the code snippet I’m using.
library(twitteR)
search_twitter <- searchTwitter("#Brasil",n=1000,lang="pt-br")
search_df <- twListToDF(search_twitter)
There’s a way I can get the full text?
This library is depreciated, the servant suggested to change pro rtweet: https://twitter.com/geoffjentry/status/927672480185180160
– Lucas Miranda
@Thank you, I’ll see
– Jessica