The standard or custom blog hostname. See Details.
size
The size of the avatar (square, one value for both length and width). Must be one of the values: 16, 24, 30, 40, 48, 64, 96, 128, 512.
Value
If the download succeeded, the url of the blog'avatar has returned, otherwise an error is encountered.
Details
Each blog has a unique hostname. The hostname can be standard or custom.
Standard hostname: the blog short name + .tumblr.com.
Custom hostname: Anything at all, as determined by a DNS CNAME entry.
# NOT RUN {## you must specify a real blog for base_hostname
size <- 48
base_hostname <- "blogname.tumblr.com"avatar(base_hostname = base_hostname, size = 48)
# }