vote_comment {imguR} | R Documentation |
Vote a comment up or down.
vote_comment(comment, vote = 'up', ...)
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: |
Votes a comment up or down.
An object of class “imgur_basic”
Thomas J. Leeper