You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
699 B

#' Query the 'CMU' 'DELPHI' Epidemiological Data 'API'
#'
#' The 'CMU' 'DELPHI' (<https://delphi.midas.cs.cmu.edu/>) service
#' provides an aggregated, central point of access to influenza-like
#' illness ('ILI') related data sources. Methods are provided to query
#' all supported endpoints.
#'
#' - DELPHI API docs: <https://github.com/cmu-delphi/delphi-epidata>
#' - DELPHI: <https://delphi.midas.cs.cmu.edu/>
#' - URL: <https://gitlab.com/hrbrmstr/delphiepidata>
#' - BugReports: <https://gitlab.com/hrbrmstr/delphiepidata/issues>
#'
#' @md
#' @name delphiepidata
#' @keywords internal
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
NULL