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
The following functions are implemented:
cdc: Fetch CDC page hitsdelphi: Fetch Delphi’s forecastdengue_nowcast: Fetch Delphi’s PAHO Dengue nowcastdengue_sensors: Fetch Delphi’s digital surveillance sensorsflusurv: Fetch FluSurv datafluview: Fetch FluView datafluview_clinical: Fetch FluView virological datagft: Fetch Google Flu Trends dataght: Fetch Google Health Trends datameta: Fetch API metadatameta_norostat: Fetch NoroSTAT metadatanidss_dengue: Fetch NIDSS dengue datanidss_flu: Fetch NIDSS flu datanorostat: Fetch NoroSTAT data (point data, no min/max)nowcast: Fetch Delphi’s wILI nowcastquidel: Fetch Quidel datasensors: Fetch Delphi’s digital surveillance sensorstwitter: Fetch HealthTweets datawiki: Fetch Wikipedia access data
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")library(delphiepidata)
# current version
packageVersion("delphiepidata")
## [1] '0.1.0'| 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 |
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.