R/notifications.R

#' Notifications data
#'
#' @template args
#' @examples \dontrun{
#' notifications()
#' }
notifications <- function(url = NULL, key = NULL, user = NULL, ...) {
  args <- dc(list(api_key = check_key(key), api_username = check_user(user)))
  disc_GET(check_url(url), "notifications.json", args, ...)
}

Try the discgolf package in your browser

Any scripts or data that you put into this service are public.

discgolf documentation built on May 1, 2019, 11:30 p.m.