powered by
Adds human-readable geography names to data.
add_geography_names(data, dataset_id = "NM_1_1")
Data frame with GEOGRAPHY_NAME added
Data frame with GEOGRAPHY_CODE column
Dataset to get geography names from
# \donttest{ data <- fetch_nomis("NM_1_1", time = "latest", geography = "TYPE499") data_with_names <- add_geography_names(data) # }
Run the code above in your browser using DataLab