Returns one or more posts on a single day matching the arguments. If no date or url is given, date of most recent bookmark will be used.

pb_posts_get(
  tags = NULL,
  dt = NULL,
  url = NULL,
  meta = NULL,
  username = NULL,
  token = NULL
)

Arguments

tags

filter by up to three tags

dt

return results bookmarked on this day (UTC date in this format: 2010-12-31).

url

return bookmark for this URL

meta

TRUE/FALSE include a change detection signature in a meta attribute

username

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

token

your token

Value

a dataframe of all posts of pinboard format see ?pinboard_formatting

Examples

if (FALSE) { pb_posts_get() }