get_replies {imguR} | R Documentation |
Get replies
Description
Get replies
Usage
get_replies(only_new = FALSE, ...)
Arguments
only_new |
A logical indicating whether only new notifications should be returned. Default is |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Retrieves replies.
Value
An object of class “imgur_notification”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
tkn <- imgur_login()
get_replies(only_new = TRUE, token = tkn)
## End(Not run)
[Package imguR version 1.0.3 Index]