View source: R/get_user_edges.R
get_user_followers | R Documentation |
This function fetches users who are followers of the specified user ID.
get_user_followers(x, bearer_token = get_bearer(), ...)
x |
string containing one user id or a vector of user ids |
bearer_token |
string, bearer token |
... |
arguments passed to other backend functions |
a data frame
## Not run: bearer_token <- "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" users <- "2244994945" get_user_followers(users, bearer_token = get_bearer()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.