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 = 2023, extend_to_sea_areas = FALSE)

Arguments

year

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

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)


rOpenGov/geofi documentation built on March 15, 2024, 11:04 p.m.