View source: R/sf_get_classifications.R
sf_get_class_key | R Documentation |
Download data.frame of classification key from Statistics Finland. At least
regional classifications other that administrative. For administrative
region keys see sf_get_reg_key
.
sf_get_class_key(classification, year)
classification |
a regional classification. Allowed at least: "kuntaryhmitys", "tyossakayntial". |
year |
A year of codes. |
Versions for all years are not available and Statistical Finland might also remove older versions.
A data.frame.
Other sf_class:
sf_get_class()
,
sf_get_reg_key()
x <- sf_get_class_key("kuntaryhmitys", 2016)
y <- sf_get_class_key("tyossakayntial", 2016)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.