get_iterated_tagged: Get more than the limilt for tagged posts

Description Usage Arguments Examples

View source: R/tumblR.R

Description

Get more than 20 posts with a specific tag in one call. May make multiple requests to the api.

Usage

1
get_iterated_tagged(tag, before, limit, filter)

Arguments

tag

The tag to search for

before

Latest post to show [default: now]

limit

Maximum number of results

filter

Post format to return [ommit for HTML] (text / raw). May return Markdown if raw is selected.

Examples

1
2
setup_tumblr_apikey("MyApiKey")
get_iterated_tagged("superbowl", limit=100)

klapaukh/tumblR documentation built on May 20, 2019, 11:06 a.m.