Skip to content

Commit 5ae94f1

Browse files
author
dsweber2
committed
missed ecdc_ili, adding that
1 parent 488f87d commit 5ae94f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vignettes/endpoints.Rmd

+10
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,16 @@ Function reference: <https://cmu-delphi.github.io/epidatr/reference/gft.html>
203203
gft(locations = "hhs1", epiweeks = epirange(201201, 202001)) %>% fetch_tbl()
204204
```
205205

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+
206216
### KCDC ILI
207217

208218
API docs: <https://cmu-delphi.github.io/delphi-epidata/api/kcdc_ili.html>

0 commit comments

Comments
 (0)