| lists_users {rtweet} | R Documentation |
Get all lists a specified user subscribes to, including their own.
lists_users(user, reverse = FALSE, token = NULL, parse = TRUE)
user |
The ID of the user or screen name for whom to return results. |
reverse |
optional Set this to true if you would like owned lists to be returned first. See description above for information on how this parameter works. |
token |
Every user should have their own Oauth (Twitter API) token. By
default |
parse |
Logical indicating whether to convert the response object into an R list. Defaults to TRUE. |
data
Other lists:
lists_members(),
lists_statuses(),
lists_subscribers(),
lists_subscriptions()
## Not run:
## get lists subsribed to by Nate Silver
lists_users("NateSilver538")
## End(Not run)