Description Usage Arguments Value Examples
Returns a list of the user's most recent posts, filtered by tag.
1 | 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
1 2 3 4 | ## Not run:
pb_posts_recent(tags = "inspiration")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.