timriffe / covid_age

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

Update functions or stop 'download.file' for large datasets #152

Closed manalkamal closed 2 years ago

manalkamal commented 2 years ago

France_vaccines.R: adding the data by sex and by age, country-level and regional-level Sweden.R: Sweden data has gaps though the files are downloaded, so appended and Sweden_lostdata.R has all the code. Germany.R, Peru.R, Colombia.R, US_Wisconsin.R: with R new update, some functions need update (melt changed to pivot_longer) or files are too large to download first, so instead using fread or read_csv. Venzuela, A data gap between 05.06.2021 and 04.07.2022, unfortunately these data are lost since the timeline does not provide the disaggregation by age and by sex. code is de-bugged to continue working.