Learn R Programming

imguR (version 1.0.0)

create_message: Create a comments

Description

Create a comment on an image

Usage

create_message(recipient, body, ...)

Arguments

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: token (an OAuth2.0 token), which is required.

Value

  • An object of class imgur_basic.

Details

Send a message to another Imgur user.

See Also

get_conversations delete_conversation

Examples

Run this code
tkn <- imgur_login()
create_message("thosjleeper", "This is a test comment from imguR", token = tkn)

Run the code above in your browser using DataLab