get_gallery {imguR} | R Documentation |
Get gallery
Description
Get gallery details and metadata
Usage
get_gallery(section = 'hot', sort = 'viral', page = 0,
window = 'day', showViral = TRUE, ...)
Arguments
section |
One of “hot” (the default), “top”, or “user”. |
sort |
One of “viral” (the default) or “time”. |
page |
A page number of results between 0 and 50. |
window |
If |
showViral |
If |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Get gallery image details and metadata.
Value
An object of class “imgur_image”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
get_gallery()
get_gallery('top', window = 'week')
## End(Not run)
[Package imguR version 1.0.3 Index]