
get_notifications(id = NULL, only_new = FALSE, ...)
NULL
, all notifications (or all new notifications, depending on only_new
) are returned.FALSE
.token
(an OAuth2.0 token), which is required.get_notifications
, or all (new) notifications.mark_notification
## Not run:
# tkn <- imgur_login()
# get_notifications(only_new = TRUE, token = tkn)
# ## End(Not run)
Run the code above in your browser using DataLab