imguR (version 1.0.3)

report_sender: Report a user

Description

Report a user for inappropriate behavior

Usage

report_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

Report an Imgur user for inappropiate behavior.

Examples

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

Run the code above in your browser using DataLab