pb_posts_dates: Posts per date

Description Usage Arguments Value Examples

View source: R/posts.R

Description

Returns a dataframe of dates with the number of posts at each date. Use this to see all posts per date or posts per tag per date.

Usage

1
pb_posts_dates(tags = NULL, username = NULL, token = NULL)

Arguments

tags

filter by up to three tags

username

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

token

your token

Value

a data.frame with dates and counts

Examples

1
2
3
4
## Not run: 
pb_posts_dates(tags = "europe")

## End(Not run)

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