add_gallery_images {imguR} | R Documentation |
Add images to the gallery
add_gallery_images(album = NULL, id = NULL, title = NULL, ...)
album |
An album ID or object of class “imgur_album” to add to the gallery. |
id |
An image ID or an object of class “imgur_image” to add to the gallery. |
title |
A title for the image |
... |
Other arguments passed to HTTP request functions, for example: |
This function adds the specified image or album to the gallery. title
is required by the API. If NULL
, the title is drawn from a call to get_album
or get_image
.
An object of class “imgur_gallery_image” or “imgur_gallery_album”.
Thomas J. Leeper