Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/get_reddit_gallery.r
Get gallery details and metadata
1 | get_reddit_gallery(subreddit, sort = 'time', page = 0, window = 'day', ...)
|
subreddit |
A character string containing the name of a sub-reddit. |
sort |
One of “time” (the default) or “top”. |
page |
A page number of results between 0 and 50. |
window |
If |
... |
Other arguments passed to HTTP request functions, for example: |
Get gallery image details and metadata for a sub-reddit gallery.
An object of class “imgur_image”.
Thomas J. Leeper
1 2 3 4 | ## Not run:
get_reddit_gallery('dataisbeautiful')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.