imguR (version 1.0.3)

block_sender: Block a user

Description

Block a user from sending messages

Usage

block_sender(username, ...)

Arguments

username
A character string containing an Imgur username.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

“imgur_basic”.

Details

Block an Imgur user from sending messages.

Examples

Run this code
## Not run: 
# tkn <- imgur_login()
# block_sender("thosjleeper", token = tkn)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace