Adds UK as a region in admissions data, as cases and deaths have.
Not sure if this was causing the data truncation step to be skipped or fail.
Related - wonder if we should drop the arg rm.na = TRUE in the add_uk() function when summing nations. Currently all NAs get converted to 0 and summed, which is not that helpful when this happens in the most recent dates.
Adds UK as a region in admissions data, as cases and deaths have.
Not sure if this was causing the data truncation step to be skipped or fail.
Related - wonder if we should drop the arg
rm.na = TRUE
in theadd_uk()
function when summing nations. Currently all NAs get converted to 0 and summed, which is not that helpful when this happens in the most recent dates.