account_gallery function

User gallery profile

User gallery profile

Retrieve details of a user's gallery profile

account_gallery(account = 'me', ...)

Arguments

  • account: A username, by default the current user (if token is supplied). account_verified and send_verification require a token argument.
  • ...: Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

account_gallery returns basic details of a user's gallery profile, including counts of comments, likes, submissions, and trophies.

Returns

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)
  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29