Learn R Programming

geofi (version 1.1.0)

get_statistical_grid: Get Statistical grid data polygons at two different resolution

Description

Thin wrapper around Finnish statistical grid data provided by Statistics Finland.

Usage

get_statistical_grid(resolution = 5, auxiliary_data = FALSE)

Value

sf object

Arguments

resolution

integer 1 (1km x 1km) or 5 (5km x 5km)

auxiliary_data

logical Whether to include auxiliary data containing municipality membership data. Default FALSE

Author

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

Examples

Run this code
 if (FALSE) {
 f <- get_statistical_grid(resolution = 5, auxiliary_data = FALSE)
 plot(f)
 }

Run the code above in your browser using DataLab