Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/create_message.r
Create a comment on an image
1 | create_message(recipient, body, ...)
|
recipient |
A character string containing the recipient's Imgur username. |
body |
A character string containing the message. |
... |
Other arguments passed to HTTP request functions, for example: |
Send a message to another Imgur user.
An object of class “imgur_basic”.
Thomas J. Leeper
1 2 3 4 5 | ## Not run:
tkn <- imgur_login()
create_message("thosjleeper", "This is a test comment from imguR", token = tkn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.