Skip to contents

Geographic codes and names from the ONS for administrative regions of the UK relevant to the COVID-19 response. There are multiple entries for lower tier local authority codes as these changed during the course of the pandemic.

Usage

data("geography")

Format

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

Details

geography dataframe with 1512 rows and 3 columns

name (chr)

The region name

code (chr)

The region code

codeType (chr)

The ONS geographical region code type (including year)

Examples

dplyr::glimpse(geography)
#> Rows: 1,512
#> Columns: 3
#> $ name     <chr> "North East", "North West", "Yorkshire and The Humber", "East…
#> $ code     <chr> "E12000001", "E12000002", "E12000003", "E12000004", "E1200000…
#> $ codeType <chr> "RGN20", "RGN20", "RGN20", "RGN20", "RGN20", "RGN20", "RGN20"…