vote_comment: Vote on a comment

Description Usage Arguments Details Value Author(s) See Also

View source: R/vote_comment.r

Description

Vote a comment up or down.

Usage

1
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.

Value

An object of class “imgur_basic”

Author(s)

Thomas J. Leeper

See Also

get_comment

report_comment


imguR documentation built on May 2, 2019, 4:02 p.m.