Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
boB Rudis 7dc9eb67a3
initial commit
vor 5 Jahren
R initial commit vor 5 Jahren
man initial commit vor 5 Jahren
tests R package repo initialization complete vor 5 Jahren
.Rbuildignore initial commit vor 5 Jahren
.codecov.yml R package repo initialization complete vor 5 Jahren
.gitignore R package repo initialization complete vor 5 Jahren
.travis.yml R package repo initialization complete vor 5 Jahren
CONDUCT.md R package repo initialization complete vor 5 Jahren
DESCRIPTION initial commit vor 5 Jahren
LICENSE initial commit vor 5 Jahren
LICENSE.md initial commit vor 5 Jahren
NAMESPACE initial commit vor 5 Jahren
NEWS.md R package repo initialization complete vor 5 Jahren
README.Rmd initial commit vor 5 Jahren
README.md initial commit vor 5 Jahren
delphiepidata.Rproj R package repo initialization complete vor 5 Jahren

README.md

Travis-CI BuildStatus CoverageStatus CRAN\_Status\_Badge

delphiepidata

Query the ‘CMU’ ‘DELPHI’ Epidemiological Data ‘API’

Description

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.

What’s Inside The Tin

The following functions are implemented:

  • cdc: Fetch CDC page hits
  • delphi: Fetch Delphi’s forecast
  • dengue_nowcast: Fetch Delphi’s PAHO Dengue nowcast
  • dengue_sensors: Fetch Delphi’s digital surveillance sensors
  • flusurv: Fetch FluSurv data
  • fluview: Fetch FluView data
  • fluview_clinical: Fetch FluView virological data
  • gft: Fetch Google Flu Trends data
  • ght: Fetch Google Health Trends data
  • meta: Fetch API metadata
  • meta_norostat: Fetch NoroSTAT metadata
  • nidss_dengue: Fetch NIDSS dengue data
  • nidss_flu: Fetch NIDSS flu data
  • norostat: Fetch NoroSTAT data (point data, no min/max)
  • nowcast: Fetch Delphi’s wILI nowcast
  • quidel: Fetch Quidel data
  • sensors: Fetch Delphi’s digital surveillance sensors
  • twitter: Fetch HealthTweets data
  • wiki: Fetch Wikipedia access data

Installation

devtools::install_git("https://sr.ht.com/~hrbrmstr/delphiepidata.git")
# or
devtools::install_gitlab("hrbrmstr/delphiepidata")
# or (if you must)
devtools::install_github("hrbrmstr/delphiepidata")

Usage

library(delphiepidata)

# current version
packageVersion("delphiepidata")
## [1] '0.1.0'

delphiepidata Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 9 0.9 374 0.98 45 0.7 206 0.79
Rmd 1 0.1 8 0.02 19 0.3 54 0.21

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.