block_sender: Block a user

Description Usage Arguments Details Value Author(s) Examples

View source: R/block_sender.r

Description

Block a user from sending messages

Usage

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

Details

Block an Imgur user from sending messages.

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("thosjleeper", token = tkn)

## End(Not run)

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