search_gallery {imguR} | R Documentation |
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: |
Details
Search the gallery and return gallery images and associated metadata.
Value
An object of class “imgur_gallery_album”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
search_gallery(query = 'meme')
## End(Not run)
[Package imguR version 1.0.3 Index]