delete_comment: Delete a comment

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/delete_comment.r

Description

Delete a comment from an image

Usage

1

Arguments

comment

A comment ID, perhaps returned by create_comment.

...

Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Details

Delete a comment.

Value

An object of class “imgur_basic”

Author(s)

Thomas J. Leeper

See Also

get_comment

create_comment

Examples

1
2
3
4
5
6
## Not run: 
tkn <- imgur_login()
cmt <- create_comment("vSXfU46", comment = 'This is a test comment.')
delete_comment(cmt, token = tkn)

## End(Not run)

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