get_postalcode_areas: Retrieve postal code areas as spatial data

Description Usage Arguments Value Author(s) References Examples

View source: R/postal_code.R

Description

Retrieves postal code areas from http://www.palomaki.info/apps/pnro/ The data is created by Duukkis and licensed under CC BY 4.0 Please not that this function requires a recent version of GDAL. Please see the tutorial for more instructions

Usage

1
get_postalcode_areas(data.dir = tempdir(), verbose = TRUE)

Arguments

data.dir

A string. Specify a temporary folder for storing downloaded data.

verbose

logical. Should R report extra information on progress?

Value

a spatial object (from SpatialPolygonsDataFrame class)

Author(s)

Juuso Parkkinen louhos@googlegroups.com

References

See citation("gisfin")

Examples

1
pnro.sp <- get_postalcode_areas()

rOpenGov/gisfin documentation built on May 26, 2019, 8:48 p.m.