Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/get_notifications.r
Get a specific notification or all notifications
1 | get_notifications(id = NULL, only_new = FALSE, ...)
|
id |
A conversation ID. If |
only_new |
A logical indicating whether only new notifications should be returned. Default is |
... |
Other arguments passed to HTTP request functions, for example: |
Retrieves a named notification, possibly returned by get_notifications
, or all (new) notifications.
An object of class “imgur_notification”.
Thomas J. Leeper
1 2 3 4 5 | ## Not run:
tkn <- imgur_login()
get_notifications(only_new = TRUE, token = tkn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.