Description Usage Arguments Value See Also Examples
User avatars of different sizes can be fetched or loaded inline in HTML.
1 2 | wndr_get_avatar(user_id, size = c(25, 28, 30, 32, 50, 54, 56, 60, 64, 108,
128, 135, 256, 270, 512), fallback = TRUE)
|
user_id |
User ID. |
size |
Image size. Possible values are 25, 28, 30, 32, 50, 54, 56, 60, 64, 108, 128, 135, 256, 270, 512. |
fallback |
If |
matrix, the parsed result of response PNG image.
https://developer.wunderlist.com/documentation/endpoints/avatar
1 2 3 4 5 | ## Not run:
x <- wndr_get_avatar(1, 128, fallback = TRUE)
plot(as.raster(x))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.