get_album {imguR} | R Documentation |
Get album details and metadata, or images.
get_album(album, ...)
get_album_images(album, ...)
album |
An album ID or object of class “imgur_album”. |
... |
Other arguments passed to HTTP request functions, for example: |
Get album details and metadata, including images contained in the album.
An object of class “imgur_album”.
Thomas J. Leeper
## Not run:
get_album("cVsXX")
get_album_images("cVsXX")
## End(Not run)