Skip to content

Commit e04f5a7

Browse files
committed
load covidcast in aggregation vignette
1 parent ef8dc27 commit e04f5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/aggregation.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ The data is included in this package (via the [`epidatasets` package](https://cm
1717
```{r, warning = FALSE, message = FALSE}
1818
library(epiprocess)
1919
library(dplyr)
20+
library(covidcast)
2021
2122
x <- covid_incidence_county_subset
2223
```
2324

2425
The data can also be fetched from the Delphi API with the following query:
2526
```{r, message = FALSE, eval = FALSE, warning = FALSE}
2627
library(epidatr)
27-
library(covidcast)
2828
2929
d <- as.Date("2024-03-20")
3030

0 commit comments

Comments
 (0)