Favorite image
Favorite an image
favorite_image(id, ...)
id
: An image ID or object of class imgur_image ....
: Other arguments passed to HTTP request functions, for example: token
(an OAuth2.0 token) or key
(an API key, used by default).Favorites an image.
An object of class imgur_basic .
Thomas J. Leeper
## Not run: tkn <- imgur_login() favorite_image("DgqMUeq", token = tkn) ## End(Not run)