imguR (version 1.0.3)

vote_comment: 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 create_comment.
vote
A character string indicating the direction of the vote, one of “up” or “down”.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

“imgur_basic”

Details

Votes a comment up or down.

See Also

get_comment

report_comment