Find out whether a given account is followed, blocked, muted, etc.
Source:R/accounts.R
get_account_relationships.Rd
Find out whether a given account is followed, blocked, muted, etc.
Examples
if (FALSE) { # \dontrun{
fol <- get_account_followers("109302436954721982")
get_account_relationships(fol$id)
} # }