pb_posts_suggest: Returns a list of popular tags and recommended tags for a...

Description Usage Arguments Value Examples

View source: R/posts.R

Description

Popular tags are tags used site-wide for the url; recommended tags are drawn from the user's own tags.

Usage

1
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

1
2
3
4
## Not run: 
pb_posts_suggest(url = "https://example.com")

## End(Not run)

RMHogervorst/pinboardr documentation built on Aug. 9, 2020, 8:55 p.m.