Get a comment
Get a comment (and, optionally, its replies).
get_comment(comment, replies = FALSE, ...)
comment
: A comment ID, perhaps returned by create_comment
.replies
: A logical indicating whether to return replies to the comment, in addition to the comment itself....
: Other arguments passed to HTTP request functions, for example: token
(an OAuth2.0 token) or key
(an API key, used by default).Retrivies a comment and, optionally, any replies to that comment.
An object of class imgur_comment
Thomas J. Leeper
create_comment
delete_comment