Learn R Programming

ukc19 (version 0.0.3)

ltla_cases: UK-wide COVID-19 case counts stratified by Lower tier local authority

Description

A dataset of the daily count of COVID-19 cases by Lower tier local authority in the UK downloaded from the UKHSA coronavirus API, and formatted for use in ggoutbreak.

Usage

data("ltla_cases")

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 512050 rows and 6 columns.

Details

ltla_cases dataframe with 512050 rows and 6 columns

name (chr)

The region name

code (chr)

The region code

codeType (chr)

The ONS geographical region code type (including year)

date (date)

The date

count (dbl)

the test positives for each LTLA

population (dbl)

the population size for this geography

Examples

Run this code
dplyr::glimpse(ltla_cases)

Run the code above in your browser using DataLab