convert_municipality_key_codes {geofi} | R Documentation |
Statistics Finland provides numerical codes of regions as two or three digit characters. By default, those are converted to integers by geofi for convenience, but can be converted back using this function.
convert_municipality_key_codes(muni_key = geofi::municipality_key)
muni_key |
a municipality key from geofi-package |
tibble with codes converted to variable length characters as provided by Statistics Finland
Markus Kainu markus.kainu@kapsi.fi, Pyry Kantanen
## Not run:
convert_municipality_key_codes(muni_key = geofi::municipality_key)
## End(Not run)