get_gallery_image: Get gallery image

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/get_gallery_images.r

Description

Get gallery image details and metadata

Usage

1

Arguments

id

An image ID or object of class “imgur_image” or “imgur_gallery_image”.

...

Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

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

get_gallery

search_gallery

get_image

Examples

1
2
3
4
5
## Not run: 
s <- search_gallery(query = 'meme')
get_gallery_image(s[[1]])

## End(Not run)

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