imguR (version 1.0.3)

get_replies: 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 FALSE.
...
Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token), which is required.

Value

“imgur_notification”.

Details

Retrieves replies.

See Also

get_notifications

Examples

Run this code
## Not run: 
# tkn <- imgur_login()
# get_replies(only_new = TRUE, token = tkn)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace