Learn R Programming

imguR (version 1.0.0)

search_gallery: Search gallery

Description

Search Imgur public gallery

Usage

search_gallery(query, sort = 'time', page = 1, ...)

Arguments

query
A character string containing a search term.
sort
One of time or top.
page
A page number.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Value

  • An object of class imgur_gallery_album.

Details

Search the gallery and return gallery images and associated metadata.

See Also

get_gallery get_gallery_image get_random_images

Examples

Run this code
search_gallery(query = 'meme')

Run the code above in your browser using DataLab