lists_users {rtweet} | R Documentation |
Get all lists a specified user subscribes to, including their own.
Description
Get all lists a specified user subscribes to, including their own.
Usage
lists_users(user = NULL, reverse = FALSE, token = NULL, parse = TRUE)
Arguments
user |
Character vector of screen names or user ids.
See |
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 |
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See |
parse |
If |
Value
data
See Also
Other lists:
lists_members()
,
lists_statuses()
,
lists_subscribers()
,
lists_subscriptions()
[Package rtweet version 2.0.0 Index]