View source: R/user_following.R
user_following | R Documentation |
List of users the specified user ID is following.
user_following(
id,
n = 100,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
id |
A user id string. |
n |
Number of users 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. |
https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/get-users-id-following
if (FALSE) {
uf <- user_following("1599030512919650304", verbose = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.