Learn R Programming

imguR (version 1.0.0)

get_album: Get album

Description

Get album details and metadata, or images.

Usage

get_album(album, ...)

get_album_images(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).

Value

  • An object of class imgur_album.

Details

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

Examples

Run this code
get_album("cVsXX")

get_album_images("cVsXX")

Run the code above in your browser using DataLab