vote_comment function

Vote on a comment

Vote on a comment

Vote a comment up or down.

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.

Details

Votes a comment up or down.

Returns

An object of class imgur_basic

Author(s)

Thomas J. Leeper

See Also

get_comment

report_comment

  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29