Returns a list of the user's most recent posts, filtered by tag.
pb_posts_recent(tags = NULL, count = 15, username = NULL, token = NULL)
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 |
token | your token |
a dataframe of all recent of pinboard format see ?pinboard_formatting
if (FALSE) { pb_posts_recent(tags = "inspiration") }