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