
Get relationships between an account and other users
Source:R/graph_relationships.R
bs_get_relationships.RdGet relationships between an account and other users
Usage
bs_get_relationships(
actor,
others,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)Arguments
- actor
Character, length 1. name of 1 actor, such as
'chriskenny.bsky.social'- others
Optional, character vector of other users to look up relationships
- user
Character. User name to log in with. Defaults to
get_bluesky_user().- pass
Character. App password to log in with. Defaults to
get_bluesky_pass().- auth
Authentication information. Defaults to
bs_auth(user, pass).- clean
Logical. Should output be cleaned into a
tibble? Default:TRUE.
Value
a tibble::tibble of relationships