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)

Arguments

url

REQUIRED url to get suggestions for

username

your username You probably don't need to supply this every time. See ?authentication

token

your token

Value

a data.frame with popular and recommended tags

Examples

if (FALSE) { pb_posts_suggest(url = "https://example.com") }