sf_get_class_key: Download data.frame of Statistics Finland classification key.

View source: R/sf_get_classifications.R

sf_get_class_keyR Documentation

Download data.frame of Statistics Finland classification key.

Description

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.

Usage

sf_get_class_key(classification, year)

Arguments

classification

a regional classification. Allowed at least: "kuntaryhmitys", "tyossakayntial".

year

A year of codes.

Details

Versions for all years are not available and Statistical Finland might also remove older versions.

Value

A data.frame.

See Also

Other sf_class: sf_get_class(), sf_get_reg_key()

Examples

x <- sf_get_class_key("kuntaryhmitys", 2016)
y <- sf_get_class_key("tyossakayntial", 2016)

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