View source: R/deprecated_regions_functions.R
| harmonize_geo_code | R Documentation |
NUTS2016
definitionEurostat mixes NUTS2013 and NUTS2016 geographic
label codes in the 'geo' column, which creates time-wise comparativity
issues. This deprecated function checked if you data is affected by this
problem and gives information on what to do.
This function is deprecated, and a more general function was moved to
regions::validate_nuts_regions().
harmonize_geo_code(dat)
dat |
A Eurostat data frame downloaded with |
An augmented data frame that explains potential problems and possible solutions.
Daniel Antal
regions::validate_nuts_regions()
Other regions functions:
add_nuts_level(),
recode_to_nuts_2013(),
recode_to_nuts_2016(),
reexports
dat <- eurostat::tgs00026
regions::validate_nuts_regions(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.