View your lists
Fetch all lists the user owns
get_lists(id = "", token = NULL, parse = TRUE)
id
: character, either the id of a list to return or "" to show all liststoken
: bearer token created with create_tokenparse
: logical, if TRUE
, the default, returns a tibble. Use FALSE
to return the "raw" list corresponding to the JSON returned from the Mastodon APIa tibble or list of lists owned by the user
## Not run: get_lists() ## End(Not run)
Useful links