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?