get_replies: Get replies

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/get_replies.r

Description

Get replies

Usage

1
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.

Details

Retrieves replies.

Value

An object of class “imgur_notification”.

Author(s)

Thomas J. Leeper

See Also

get_notifications

Examples

1
2
3
4
5
## Not run: 
tkn <- imgur_login()
get_replies(only_new = TRUE, token = tkn)

## End(Not run)

imguR documentation built on May 2, 2019, 4:02 p.m.