powered by
Fetch all lists the user owns
get_lists(id = "", token = NULL, parse = TRUE)
a tibble or list of lists owned by the user
character, either the id of a list to return or "" to show all lists
bearer token created with create_token
logical, if TRUE, the default, returns a tibble. Use FALSE to return the "raw" list corresponding to the JSON returned from the Mastodon API
TRUE
FALSE
if (FALSE) { get_lists() }
Run the code above in your browser using DataLab