rtweet (version 0.1.4)

followers_get: followers_get

Description

Returns follower ids of specified Twitter user.

Usage

followers_get(user, token = NULL, page = "-1", stringify = TRUE)

Arguments

user
Screen name or user id of target user.
token
OAuth token (1.0 or 2.0). By default token = NULL fetches a non-exhausted token from an environment variable.
page
Default page = -1 specifies first page of json results. Other pages specified via cursor values supplied by Twitter API response object.
stringify
logical, indicating whether to return user ids as strings (some ids are too long to be read as numeric). Defaults to TRUE.

Value

user ids

See Also

https://dev.twitter.com/overview/documentation