Manage album images
Add images to or remove images from an album
add_album_images(album, id, ...) remove_album_images(album, id, ...) set_album_images(album, id, ...)
album
: An album ID or object of class imgur_album .id
: A vector of one or more image IDs to add to the album or a list of objects of class imgur_image ....
: Other arguments passed to HTTP request functions, for example: token
(an OAuth2.0 token), which is required.add_album_images
adds the specified images to the album.
set_album_images
removes all current images from the album and adds the specified images to the album.
remove_album_images
removes the specified images from the album.
An object of class imgur_basic .
Thomas J. Leeper
create_album
update_album