Learn R Programming

geofi (version 1.1.0)

get_zipcodes: 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)

Value

sf object

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.

Author

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

Examples

Run this code
 if (FALSE) {
 f <- get_zipcodes(year=2022)
 plot(f)
 }

Run the code above in your browser using DataLab