Get featured tags of a user
get_account_featured_tags(id, token = NULL, parse = TRUE)
id
: character, local ID of a user (this is not the username)token
: user bearer token (read from file by default)parse
: logical, if TRUE
, the default, returns a tibble. Use FALSE
to return the "raw" list corresponding to the JSON returned from the Mastodon API.tibble or list of featured_tags
this functions needs a user level auth token
## Not run: get_account_featured_tags("109302436954721982") ## End(Not run)
Useful links