get_album: Get album

Description Usage Arguments Details Value Author(s) Examples

View source: R/get_album.r

Description

Get album details and metadata, or images.

Usage

1
2
3

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

Get album details and metadata, including images contained in the album.

Value

An object of class “imgur_album”.

Author(s)

Thomas J. Leeper

Examples

1
2
3
4
5
6
## Not run: 
get_album("cVsXX")

get_album_images("cVsXX")

## End(Not run)

imguR documentation built on May 2, 2019, 4:02 p.m.