timriffe / covid_age

COVerAGE-DB: COVID-19 cases, deaths, and tests by age and sex
Other
56 stars 30 forks source link

Spain all-region cases and deaths have lost a lot #124

Closed liuyanguu closed 2 years ago

liuyanguu commented 2 years ago

Comparing to the database on Sep.1, there seems to be an issue with Spain.

image

library(covidAgeData)
library(data.table)
dt5_ori <- download_covid(data = "Output_5", temp = TRUE,
                          verbose = FALSE, progress = FALSE, return = "data.table")
# Empty data.table: 
dt5_ori[Country %like% "Spain" & Region == "All" & Sex == "b" & Date == "21.07.2020",]

Many thanks

liuyanguu commented 2 years ago

Data are back to right.