Learn R Programming

imguR (version 1.0.0)

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

  • An object of class imgur_basic.

Details

Report an Imgur user for inappropiate behavior.

Examples

Run this code
tkn <- imgur_login()
block_sender("someuser", token = tkn)

Run the code above in your browser using DataLab