get_avatar: Get an blogs avatar

Description Usage Arguments Examples

View source: R/tumblR.R

Description

Get the avatar of a blog in a range of sizes. The allowed sizes are 16, 24, 30, 40, 48 ,64, 96, 128, 512.

Usage

1
get_avatar(blog, size = 64)

Arguments

blog

The blog url

size

Size of the image to get (16, 24, 30, 40, 48 ,64, 96, 128, 512)

Examples

1
2
get_avatar("staff.tumblr.com")
get_avatar("staff.tumblr.com",512)

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