Description Usage Arguments Details Value Author(s) Examples
View source: R/account_favorites.r
Retrieve details of a user's favorite images
1 | account_favorites(account = 'me', gallery = FALSE, ...)
|
account |
A username, by default the current user (if |
gallery |
A logical indicating whether to only return gallery favorites. |
... |
Other arguments passed to HTTP request functions, for example: |
account_favorites
retrieves details of a user's favoriates. By default (and if a token
argument is supplied), the current user's favorites are returned. Specifying another username is also possible with or without a token
.
For account_favorites
, an object of class “imgur_gallery_image” or “imgur_gallery_album”.
Thomas J. Leeper
1 2 3 4 | ## Not run:
account_favorites('thosjleeper')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.