get_tagged: Get posts with a specific tag

Description Usage Arguments Examples

View source: R/tumblR.R

Description

Gets posts with a given tag. featured_timestamp is not supported. Return a list of posts. Posts do not all have the same structure making them slightly harder to coerce into a sensible structure.

Usage

1
get_tagged(tag, before, limit, filter)

Arguments

tag

The tag to search for

before

Latest post to show [default: now]

limit

Maximum number of results [default: 20] (1-20)

filter

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

Examples

1
2
3
setup_tumblr_apikey("MyApiKey")
get_tagged("superbowl")
get_tagged("superbowl", filter="text")

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