report_sender: Report a user

Description Usage Arguments Details Value Author(s) Examples

View source: R/report_sender.r

Description

Report a user for inappropriate behavior

Usage

1
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.

Details

Report an Imgur user for inappropiate behavior.

Value

An object of class “imgur_basic”.

Author(s)

Thomas J. Leeper

Examples

1
2
3
4
5
## Not run: 
tkn <- imgur_login()
block_sender("someuser", token = tkn)

## End(Not run)

imguR documentation built on May 2, 2019, 4:02 p.m.