lists_users: Get all lists a specified user subscribes to, including their...

Description Usage Arguments Value See Also Examples

View source: R/lists_users.R

Description

Get all lists a specified user subscribes to, including their own.

Usage

1
lists_users(user = NULL, reverse = FALSE, token = NULL, parse = TRUE)

Arguments

user

Character vector of screen names or user ids. See as_screenname() for more details.

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

Expert use only. Use this to override authentication for a single API call. In most cases you are better off changing the default for all calls. See auth_as() for details.

parse

If TRUE, the default, returns a tidy data frame. Use FALSE to return the "raw" list corresponding to the JSON returned from the Twitter API.

Value

data

See Also

Other lists: lists_members(), lists_statuses(), lists_subscribers(), lists_subscriptions()

Examples

1
2
3
4
5
6
7
## Not run: 

## get lists subsribed to by Nate Silver
lists_users("NateSilver538")


## End(Not run)

mkearney/rtweet documentation built on Sept. 29, 2021, 12:01 p.m.