get_iterated_posts: Get more than the 20 posts at once

Description Usage Arguments See Also Examples

View source: R/tumblR.R

Description

This function may make multiple requests to the tumblr api.

Usage

1
get_iterated_posts(..., limit = 20, offset = 0)

Arguments

limit

The number of posts to return

offset

The first post to start at

...

extra options to pass to get_posts

See Also

get_posts

Examples

1
2
setup_tumblr_apikey("MyApiKey")
get_iterated_posts("staff.tumblr.com", limit=200,offset=0)

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