View source: R/get_user_edges.R
| get_user_following | R Documentation | 
This function fetches a list of users the specified user ID is following.
get_user_following(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_following(users, bearer_token) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.