timriffe / covid_age

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

error when downloading data #142

Closed liuyanguu closed 2 years ago

liuyanguu commented 2 years ago

Sorry it's me again.

library(covidAgeData)
df <- download_covid(data = "Output_5")

gets Error: The requested file (7tnfh) could not be found in node mpwjq Same for "Output_10" Any quick suggestions?

eshom commented 2 years ago

@liuyanguu Sorry for not responding quicker!

I've only came to know about this when an issue opened in my repo eshom/covid-age-data#5

I fixed the problem by changing to the long id format OSF uses, so this can be closed.

liuyanguu commented 2 years ago

No problem! Many thanks for solving the issue. I just download the data from OSF as an alternative so not a problem. But good it's fixed now.