add_album_images: Manage album images

Description Usage Arguments Details Value Author(s) See Also

View source: R/add_album_images.r

Description

Add images to or remove images from an album

Usage

1
2
3
4
5
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.

Value

An object of class “imgur_basic”.

Author(s)

Thomas J. Leeper

See Also

create_album

update_album


imguR documentation built on May 2, 2019, 4:02 p.m.