An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
This aims to be a relatively simple drop-in fix which tightens the Vietnam cleaning code slightly and changes the functions used for cleaning.
I think @Bisaloo changed to using stringr forms but for some reason these now crash and the stringi versions don't. I don't know if the change has broken an invisible dependency between or within these two and haven't looked closely.
Looks really good. Just noting that the source at https://covid19.ncsc.gov.vn appears to be down, so can't get data to check this PR at the moment - hopefully not a permanent issue ...
This aims to be a relatively simple drop-in fix which tightens the Vietnam cleaning code slightly and changes the functions used for cleaning.
I think @Bisaloo changed to using
stringr
forms but for some reason these now crash and thestringi
versions don't. I don't know if the change has broken an invisible dependency between or within these two and haven't looked closely.