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