get_zipcodes: Get Finnish zip code (multi)polygons for different years.

View source: R/get_zipcodes.R

get_zipcodesR Documentation

Get Finnish zip code (multi)polygons for different years.

Description

Thin wrapper around Finnish zip code areas provided by Statistics Finland.

Usage

get_zipcodes(year = 2025, extend_to_sea_areas = FALSE)

Arguments

year

A numeric for year of the zipcodes. Years available 2015-2025.

extend_to_sea_areas

A logical. Extend the data to show also the sea areas.

Value

sf object

Author(s)

Markus Kainu markus.kainu@kela.fi, Joona Lehtomäki joona.lehtomaki@iki.fi

Examples

 ## Not run: 
 f <- get_zipcodes(year=2022)
 plot(f)
 
## End(Not run)


geofi documentation built on June 8, 2025, 9:32 p.m.