add_album_images {imguR}R Documentation

Manage album images

Description

Add images to or remove images from an album

Usage

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


[Package imguR version 1.0.3 Index]