Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/delete_comment.r
Delete a comment from an image
1 |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.