Learn R Programming

imguR (version 1.0.0)

account_gallery: 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 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).

Value

  • An object of class imgur_gallery_profile.

Details

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

Examples

Run this code
tkn <- imgur_login()
account_gallery(token = tkn)

Run the code above in your browser using DataLab