Skip to contents

A dataset containing the daily time-series of cases, tests, hospitalisations, and deaths for UK.

Usage

covidregionaldataUK

Format

A data frame with 6370 rows and 26 variables:

date

the date that the counts were reported (YYYY-MM-DD)

region

the region name

region_code

the region code

cases_new

new reported cases for that day

cases_total

total reported cases up to and including that day

deaths_new

new reported deaths for that day

deaths_total

total reported deaths up to and including that day

recovered_new

new reported recoveries for that day

recovered_total

total reported coveries up to and including that day

hosp_new

new reported hospitalisations for that day

hosp_total

total reported hospitalisations up to and including that day (note this is cumulative total of new reported, not total currently in hospital).

tested_new

tests for that day

tested_total

total tests completed up to and including that day

Details

Extracted using the covidregionaldata package on 2021-06-03.