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.

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

if (FALSE) { pb_posts_dates(tags = "europe") }