powered by
Given an avatar ID, grab the picture (full or thumbnail) concerning that particular avatar. Note that this function downloads the image into your temporary directory to display it. Then, the function deletes the file before completing.
get_avatar_picture(avatar_id, type = "full")
Returns a picture displaying the avatar picture
Avatar ID generated by Sleeper (character)
String that is either "full" or "thumbnail"
Nick Bultman, njbultman74@gmail.com, October 2021
if (FALSE) get_avatar_picture("c751b27d9158c1dd41bd33dc7e4bcdde", type = "full")
Run the code above in your browser using DataLab