Get all info about a starter pack and the users on it.
Usage
get_starter_pack(starter_pack, parse = TRUE, .token = NULL)
Arguments
- starter_pack
the URL of a starter pack
- parse
Parse the results or return the original nested object sent by
the server.
- .token
If you manage your own tokens, you can supply it here. Usually
NULL
is OK and will automatically load or guide you to generate a
token.
Value
a data frame of users and list info
Examples
if (FALSE) { # \dontrun{
get_starter_pack("https://bsky.app/starter-pack/sof14g1l.bsky.social/3lbc4bqetfp22")
} # }