R/posts.R
pb_posts_suggest.Rd
Popular tags are tags used site-wide for the url; recommended tags are drawn from the user's own tags.
pb_posts_suggest(url = NULL, username = NULL, token = NULL)
url | REQUIRED url to get suggestions for |
---|---|
username | your username You probably don't need to supply this every time. See |
token | your token |
a data.frame with popular and recommended tags
if (FALSE) { pb_posts_suggest(url = "https://example.com") }