add_geography_names: Join Geography Names

View source: R/spatial.R

add_geography_namesR Documentation

Join Geography Names

Description

Adds human-readable geography names to data.

Usage

add_geography_names(data, dataset_id = "NM_1_1")

Arguments

data

Data frame with GEOGRAPHY_CODE column

dataset_id

Dataset to get geography names from

Value

Data frame with GEOGRAPHY_NAME added

Examples


data <- fetch_nomis("NM_1_1", time = "latest", geography = "TYPE499")
data_with_names <- add_geography_names(data)


nomisdata documentation built on Feb. 10, 2026, 5:10 p.m.