get_posts_tag | R Documentation |
Get Posts with Tag
get_posts_tag(tag, before, limit = 20, api_key = NULL, ...)
tag |
tag to search for |
before |
the timestamp of when you'd like to see posts before |
limit |
The number of results to return: 1–50 |
api_key |
app consumer key. If NULL, attempts to load from the environment variable RTUMBLR_TOKEN |
... |
further parameters as described here: https://www.tumblr.com/docs/en/api/v2 |
This function uses the legacy post format since it appears to not support the new post format
a list of tibbles of blog posts by format of posts
## Not run:
get_posts_tag(tag="meme")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.