Description Usage Arguments Details Value Author(s) Examples
View source: R/favorite_image.r
Favorite an image
1  | favorite_image(id, ...)
 | 
id | 
 An image ID or object of class “imgur_image”.  | 
... | 
 Other arguments passed to HTTP request functions, for example:   | 
Favorites an image.
An object of class “imgur_basic”.
Thomas J. Leeper
1 2 3 4 5  | ## Not run: 
tkn <- imgur_login()
favorite_image("DgqMUeq", token = tkn)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.