get_comment {imguR} | R Documentation |
Get a comment
Description
Get a comment (and, optionally, its replies).
Usage
get_comment(comment, replies = FALSE, ...)
Arguments
comment |
A comment ID, perhaps returned by |
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: |
Details
Retrivies a comment and, optionally, any replies to that comment.
Value
An object of class “imgur_comment”
Author(s)
Thomas J. Leeper
See Also
[Package imguR version 1.0.3 Index]