favorite_album {imguR}R Documentation

Favorite album

Description

Favorite an album

Usage

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.

Value

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)

[Package imguR version 1.0.3 Index]