getRetweets: Returns the list of user IDs that retweeted a specific tweet.

Description Usage Arguments Author(s) Examples

Description

getRetweets connects to the REST API of Twitter and returns a list of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

Usage

1
2
getRetweets(id = NULL, oauth_folder, cursor = -1, verbose = TRUE,
  sleep = 1)

Arguments

id

The numerical ID of the desired status

oauth_folder

folder where OAuth tokens are stored.

cursor

See https://dev.twitter.com/docs/api/1.1/get/statuses/retweeters/ids

verbose

If TRUE, prints information about API calls on console

sleep

Number of seconds to sleep between API calls.

Author(s)

Pablo Barbera pablo.barbera@nyu.edu

Examples

1
2
3
4
5
## Not run: 
## Download list of recent user IDs retweeting a tweet by Hillary Clinton
 rts <- getRetweets(id='653733796408377344', oauth_folder="~/credentials/twitter")

## End(Not run)

SMAPPNYU/smappR documentation built on May 9, 2019, 11:19 a.m.