Downloading tweets with twitteR in R, some tweets are cut short, any way to get full tweets? -


i using twitter package r download tweets particular timelines, including retweets. thing is, retweets cut short.

for example, downloading donald trump's tweets , has retweeted tweet: https://twitter.com/secretarysonny/status/906666266320146432

i when downloading trump's timeline:
"rt @secretarysonny: serious @cabinet meeting today, called @potus @ camp david. reports on #irma's track, potential impact, fed & state…"

when full text is:
"serious @cabinet meeting today, called @potus @ camp david. reports on #irma's track, potential impact, fed & state preparedness."

it seems tweets cut short number of characters required spell name of original twitter account (secretarysonny in case).

is there way full retweets? checked twitter documentation not able find help.

you need include ?tweet_mode=extended parameter when call twitter api. covered in extended tweets documentation on twitter's developer site. code using?


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -