powered by
Get lists containing the user
get_account_lists(id, token = NULL, parse = TRUE)
tibble or list of lists
character, local ID of a user (this is not the username)
user bearer token (read from file by default)
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
this functions needs a user level auth token
if (FALSE) { get_account_lists("109302436954721982") }
Run the code above in your browser using DataLab