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