get_account_relationships | R Documentation |
Find out whether a given account is followed, blocked, muted, etc.
get_account_relationships(ids, token = NULL, parse = TRUE)
ids |
vector of account ids |
token |
user bearer token (read from file by default) |
parse |
logical, if |
this functions needs a user level auth token
tibble or list of relationships
## Not run:
fol <- get_account_followers("109302436954721982")
get_account_relationships(fol$id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.