Skip to content

Commit

Permalink
Update process-owid-ecdc.r
Browse files Browse the repository at this point in the history
  • Loading branch information
ngozzi authored Sep 11, 2024
1 parent c8c7957 commit b2fa5ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/auto_download/process-owid-ecdc.r
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ library("dplyr")
library("EuroForecastHub")

cat("Processing ECDC/OWID data.\n")
sources <- list(ECDC = c("Cases", "Deaths"), OWID = "Hospitalizations")
sources <- list(ECDC = c("Cases", "Deaths", "Hospitalizations")
#, OWID = "Hospitalizations"
)

cutoff_days <- 28

Expand Down

0 comments on commit b2fa5ee

Please sign in to comment.