vote_comment {imguR} | R Documentation |
Vote on a comment
Description
Vote a comment up or down.
Usage
vote_comment(comment, vote = 'up', ...)
Arguments
comment |
A comment ID, perhaps returned by |
vote |
A character string indicating the direction of the vote, one of “up” or “down”. |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Votes a comment up or down.
Value
An object of class “imgur_basic”
Author(s)
Thomas J. Leeper
See Also
[Package imguR version 1.0.3 Index]