block_sender {imguR} | R Documentation |
Block a user from sending messages
block_sender(username, ...)
username |
A character string containing an Imgur username. |
... |
Other arguments passed to HTTP request functions, for example: |
Block an Imgur user from sending messages.
An object of class “imgur_basic”.
Thomas J. Leeper
## Not run:
tkn <- imgur_login()
block_sender("thosjleeper", token = tkn)
## End(Not run)