delete_comment {imguR} | R Documentation |
Delete a comment from an image
delete_comment(comment, ...)
comment |
A comment ID, perhaps returned by |
... |
Other arguments passed to HTTP request functions, for example: |
Delete a comment.
An object of class “imgur_basic”
Thomas J. Leeper
## Not run:
tkn <- imgur_login()
cmt <- create_comment("vSXfU46", comment = 'This is a test comment.')
delete_comment(cmt, token = tkn)
## End(Not run)