get_posts_tag: Get Posts with Tag

View source: R/blogs.R

get_posts_tagR Documentation

Get Posts with Tag

Description

Get Posts with Tag

Usage

get_posts_tag(tag, before, limit = 20, api_key = NULL, ...)

Arguments

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

Details

This function uses the legacy post format since it appears to not support the new post format

Value

a list of tibbles of blog posts by format of posts

Examples

## Not run: 
get_posts_tag(tag="meme")

## End(Not run)

Rtumblr documentation built on April 5, 2023, 5:11 p.m.