search_gallery {imguR} | R Documentation |
Search Imgur public gallery
search_gallery(query, sort = 'time', page = 1, ...)
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: |
Search the gallery and return gallery images and associated metadata.
An object of class “imgur_gallery_album”.
Thomas J. Leeper
## Not run:
search_gallery(query = 'meme')
## End(Not run)