View source: R/sf_get_classifications.R
sf_get_reg_key | R Documentation |
Download a data.frame of regional classifications keys from Statistics Finland.
sf_get_reg_key(to_reg, year)
to_reg |
a regional classification to tranforms. Allowed at least: "maakunta", "skunta". |
year |
A year of codes. |
A data.frame.
Other sf_class:
sf_get_class()
,
sf_get_class_key()
x <- sf_get_reg_key("maakunta", 2014)
y <- sf_get_reg_key(to_reg = "skunta", year = 2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.