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