get_replies {imguR} | R Documentation |
Get replies
get_replies(only_new = FALSE, ...)
only_new |
A logical indicating whether only new notifications should be returned. Default is |
... |
Other arguments passed to HTTP request functions, for example: |
Retrieves replies.
An object of class “imgur_notification”.
Thomas J. Leeper
## Not run:
tkn <- imgur_login()
get_replies(only_new = TRUE, token = tkn)
## End(Not run)