knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

statficlassifications

statficlassifications accesses the open classifications API of Statistics Finland at https://data.stat.fi/api/classifications/v2. statficlassifications contains tools for searching and importing classifications and classification conversion keys in an R-friendly format. The package also provides special tools for (re)classifying regions.

For further information about open classifications API of Statistics Finland, see https://www.stat.fi/en/luokitukset/info/.

Installation

To install and start using the package:

install.packages("devtools")
devtools::install_github("pttry/statficlassifications")
library(statficlassifications)

Accessing API


Tools for Regional Classifications




pttry/statficlassifications documentation built on Jan. 17, 2024, 4:36 p.m.