sf_get_reg_key: Download a data.frame of key to trasform from kunta to other...

View source: R/sf_get_classifications.R

sf_get_reg_keyR Documentation

Download a data.frame of key to trasform from kunta to other classifications

Description

Download a data.frame of regional classifications keys from Statistics Finland.

Usage

sf_get_reg_key(to_reg, year)

Arguments

to_reg

a regional classification to tranforms. Allowed at least: "maakunta", "skunta".

year

A year of codes.

Value

A data.frame.

See Also

Other sf_class: sf_get_class(), sf_get_class_key()

Examples

x <- sf_get_reg_key("maakunta", 2014)
y <- sf_get_reg_key(to_reg = "skunta", year = 2013)

pttry/statfitools documentation built on Feb. 2, 2025, 1:50 a.m.