favorite_album function

Favorite album

Favorite album

Favorite an album

favorite_album(album, ...)

Arguments

  • album: An album ID or object of class imgur_album .
  • ...: Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

Favorites an album.

Returns

An object of class imgur_basic .

Author(s)

Thomas J. Leeper

Examples

## Not run: tkn <- imgur_login() favorite_album("cVsXX", token = tkn) ## End(Not run)
  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29