add_album_images function

Manage album images

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, ...)

Arguments

  • 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.

Details

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.

Returns

An object of class imgur_basic .

Author(s)

Thomas J. Leeper

See Also

create_album

update_album

  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29