Last chance! 50% off unlimited learning
Sale ends in
account_albums(account = 'me', ids = TRUE, ...)
account_album_count(account = 'me', ...)
token
is supplied).token
(an OAuth2.0 token) or key
(an API key, used by default).account_albums
, a list of objects of class “imgur_albums”. For account_album_count
, a number.account_albums
retrieves details of a user's albums. By default (and if a token
argument is supplied), the current user's albums are returned. Specifying another username is also possible with or without a token
. account_album_count
returns just the number of albums, which is useful for handling pagination of the results.## Not run:
# account_albums('thosjleeper')
# ## End(Not run)
Run the code above in your browser using DataLab