Incomplete tweets in search of searchTwitter method

1
Hello, the Stackoverflow BR community, I'm playing with the twitteR library of the programming language R , and I realize that in the searches I've performed, the texts are cut , example: "RT @ fulaniinn2070 I do not believe that after everything we did, they still had ..." . Here's the snippet of code I'm using.

library(twitteR)
search_twitter <- searchTwitter("#Brasil",n=1000,lang="pt-br")
search_df <- twListToDF(search_twitter)

How can I get the full text?

    
asked by anonymous 14.09.2018 / 23:57

0 answers