tweet_liking_users {rtweet} | R Documentation |
Liking users
Description
Looks up who have liked a given tweet.
Usage
tweet_liking_users(
id,
n = 100,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
Arguments
id |
A tweet id string. |
n |
Number of tweets to query. |
expansions |
Set |
fields |
Set |
... |
Other arguments passed to the API. |
token |
These endpoints only accept a bearer token (can be created via
|
parse |
If |
verbose |
A logical value to provide more information about paginated queries. |
References
Examples
if (FALSE) {
tlu <- tweet_liking_users("567053242429734913", n = Inf, verbose = TRUE)
}