get_account_featured_tags {rtoot} | R Documentation |
Get featured tags of a user
Description
Get featured tags of a user
Usage
get_account_featured_tags(id, token = NULL, parse = TRUE)
Arguments
id |
character, local ID of a user (this is not the username) |
token |
user bearer token (read from file by default) |
parse |
logical, if |
Details
this functions needs a user level auth token
Value
tibble or list of featured_tags
Examples
## Not run:
get_account_featured_tags("109302436954721982")
## End(Not run)
[Package rtoot version 0.3.5 Index]