account_gallery {imguR} | R Documentation |
User gallery profile
Description
Retrieve details of a user's gallery profile
Usage
account_gallery(account = 'me', ...)
Arguments
account |
A username, by default the current user (if |
... |
Other arguments passed to HTTP request functions, for example: |
Details
account_gallery
returns basic details of a user's gallery profile, including counts of comments, likes, submissions, and trophies.
Value
An object of class “imgur_gallery_profile”.
Author(s)
Thomas J. Leeper
Examples
## Not run:
tkn <- imgur_login()
account_gallery(token = tkn)
## End(Not run)
[Package imguR version 1.0.3 Index]