Description Usage Arguments Value Examples
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.
1 | 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
1 2 3 4 | ## Not run:
pb_posts_dates(tags = "europe")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.