Description Usage Arguments Details Value Author(s) Examples
View source: R/account_gallery.r
Retrieve details of a user's gallery profile
1 | account_gallery(account = 'me', ...)
|
account |
A username, by default the current user (if |
... |
Other arguments passed to HTTP request functions, for example: |
account_gallery
returns basic details of a user's gallery profile, including counts of comments, likes, submissions, and trophies.
An object of class “imgur_gallery_profile”.
Thomas J. Leeper
1 2 3 4 5 | ## Not run:
tkn <- imgur_login()
account_gallery(token = tkn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.