favorite_album {imguR} | R Documentation |
Favorite an album
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
## Not run:
tkn <- imgur_login()
favorite_album("cVsXX", token = tkn)
## End(Not run)