get_account_relationships {rtoot} | R Documentation |
Find out whether a given account is followed, blocked, muted, etc.
Description
Find out whether a given account is followed, blocked, muted, etc.
Usage
get_account_relationships(ids, token = NULL, parse = TRUE)
Arguments
ids |
vector of account ids |
token |
user bearer token (read from file by default) |
parse |
logical, if |
Details
this functions needs a user level auth token
Value
tibble or list of relationships
Examples
## Not run:
fol <- get_account_followers("109302436954721982")
get_account_relationships(fol$id)
## End(Not run)
[Package rtoot version 0.3.4 Index]