get_gallery_image {imguR} | R Documentation |
Get gallery image
Description
Get gallery image details and metadata
Usage
get_gallery_image(id, ...)
Arguments
id |
An image ID or object of class “imgur_image” or “imgur_gallery_image”. |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Get gallery image details and metadata. This is basically the same as get_image
.
Value
An object of class “imgur_image”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
s <- search_gallery(query = 'meme')
get_gallery_image(s[[1]])
## End(Not run)
[Package imguR version 1.0.3 Index]