We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488f87d commit 5ae94f1Copy full SHA for 5ae94f1
vignettes/endpoints.Rmd
@@ -203,6 +203,16 @@ Function reference: <https://cmu-delphi.github.io/epidatr/reference/gft.html>
203
gft(locations = "hhs1", epiweeks = epirange(201201, 202001)) %>% fetch_tbl()
204
```
205
206
+### ECDC ILI
207
+
208
+API docs: <https://cmu-delphi.github.io/delphi-epidata/api/ecdc_ili.html>
209
210
+Function reference: <https://cmu-delphi.github.io/epidatr/reference/ecdc_ili.html>
211
212
+```{r}
213
+ecdc_ili(regions = "Armenia", epiweeks = 201840) %>% fetch_tbl()
214
+```
215
216
### KCDC ILI
217
218
API docs: <https://cmu-delphi.github.io/delphi-epidata/api/kcdc_ili.html>
0 commit comments