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)
tags | filter by up to three tags |
---|---|
username | your username You probably don't need to supply this every time. See |
token | your token |
a data.frame with dates and counts
if (FALSE) { pb_posts_dates(tags = "europe") }