Learn R Programming

ukc19 (version 0.0.3)

geography: UK geographic codes an CTRY, RGN and LAD level

Description

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")

Arguments

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

Run this code
dplyr::glimpse(geography)

Run the code above in your browser using DataLab