Description Usage Arguments Details Value Author(s) See Also
View source: R/add_album_images.r
Add images to or remove images from an album
1 2 3 4 5  | 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:   | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.