knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

zipdk

The goal of zipdk is to have a few easy functions to map the postal codes, regions and municipalities with city, region and municipality names.

Installation

You can install zipdk from github with:

# install.packages("devtools")
devtools::install_github("krose/zipdk")
# install.packages("devtools")
library(zipdk)

Example

This is how you get the postal codes:

dk_zips()

This is how you get the municipalities:

dk_munis()

This is how you get the municipalities:

dk_regions()

Further Development

Pull requests are accepted.

I might geocode the data.



krose/zipdk documentation built on May 12, 2019, 2:02 p.m.