Returns a list of the user's most recent posts, filtered by tag.

pb_posts_recent(tags = NULL, count = 15, username = NULL, token = NULL)

Arguments

tags

tags filter by up to three tags

count

number of results to return default is 15 max is 100

username

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

token

your token

Value

a dataframe of all recent of pinboard format see ?pinboard_formatting

Examples

if (FALSE) { pb_posts_recent(tags = "inspiration") }