get_blog_avatar | R Documentation |
Retrieve a Blog Avatar You can get a blog's avatar in 9 different sizes
get_blog_avatar(blog, size = 64)
blog |
name of the blog |
size |
Integer. 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 |
png of avatar
## Not run:
avatar <- get_blog_avatar("schochastics")
png::writePNG("avatar_schochastics.png")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.