pb_posts_get: Get all posts on a day

Description Usage Arguments Value Examples

View source: R/posts.R

Description

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.

Usage

1
2
3
4
5
6
7
8
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

1
2
3
4
## Not run: 
pb_posts_get()

## End(Not run)

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