Description Usage Arguments Details Value Author(s) Examples
Retrieve details of a user's account
1 2 3 4 5 | account(account = 'me', ...)
account_verified(...)
send_verification(...)
|
account |
A username, by default the current user (if |
... |
Other arguments passed to HTTP request functions, for example: |
account
returns basic details of a user account. account_verified
indicates whether one's user account has been email-verified. send_verification
sends a verification email to the user's email account.
An object of class “imgur_account”.
Thomas J. Leeper
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# get account details for a user account
account('thosjleeper')
# check account verification
tkn <- imgur_login()
if(!account_verified(token = tkn))
send_verification(token = tkn)
account(token = tkn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.