| add_geography_names | R Documentation |
Adds human-readable geography names to data.
add_geography_names(data, dataset_id = "NM_1_1")
data |
Data frame with GEOGRAPHY_CODE column |
dataset_id |
Dataset to get geography names from |
Data frame with GEOGRAPHY_NAME added
data <- fetch_nomis("NM_1_1", time = "latest", geography = "TYPE499")
data_with_names <- add_geography_names(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.