user_mentions {rtweet} | R Documentation |
Tweets mentioning a user
Description
Looks up to 800 tweets mentioning a user.
Usage
user_mentions(
id,
n = 100,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
Arguments
id |
A user 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) {
um <- user_mentions("1599030512919650304", verbose = TRUE)
}