Incomplete tweets in searchTwitter search method

Asked

Viewed 42 times

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

  • @Thank you, I’ll see

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.