get_random_images {imguR} | R Documentation |
Get random images
Description
Get random images from the public gallery
Usage
get_random_images(page = 0, ...)
Arguments
page |
A page number of results between 0 and 50. |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Get random images from the public gallery.
Value
An object of class “imgur_gallery_album”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
get_random_images()
## End(Not run)
[Package imguR version 1.0.3 Index]