R/nl_gemeente.R

#' simple feature object for gemeentes (municipalities) in the Netherlands
#'
#' A simple feature object for gemeentes in the Netherlands
#'
#' @author Martin Haringa
#'
#' @format A simple feature object with 380 rows and 4 variables:
#' \describe{
#'   \item{id}{id of gemeente}
#'   \item{code}{code of gemeente}
#'   \item{gemeentena}{name of gemeente}
#'   \item{geometry}{geometry object of gemeente}
#' }
"nl_gemeente"

#' simple feature object for provincies (provinces) in the Netherlands
#'
#' A simple feature object for provincies in the Netherlands
#'
#' @author Martin Haringa
#'
#' @format A simple feature object with 12 rows and 2 variables:
#' \describe{
#'   \item{province_name}{province name}
#'   \item{geometry}{geometry object of province}
#' }
"nl_provincie"

#' simple feature object for COROP regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for COROP regions in the Netherlands
#'
#' @format A simple feature object with 40 rows and 3 variables:
#' \describe{
#'   \item{corop_nr}{corop number}
#'   \item{corop_name}{corop name}
#'   \item{geometry}{geometry object of province}
#' }
"nl_corop"

#' simple feature object for 1-digit postal code regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for 1-digit postal code regions in the Netherlands
#'
#' @format A simple feature object with 9 rows and 2 variables:
#' \describe{
#'   \item{pc1}{1-digit postal code}
#'   \item{geometry}{geometry object of postal code}
#' }
"nl_postcode1"

#' simple feature object for 2-digit postal code regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for 2-digit postal code regions in the Netherlands
#'
#' @format A simple feature object with 90 rows and 2 variables:
#' \describe{
#'   \item{pc2}{2-digit postal code}
#'   \item{geometry}{geometry object of postal code}
#' }
"nl_postcode2"

#' simple feature object for 3-digit postal code regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for 3-digit postal code regions in the Netherlands
#'
#' @format A simple feature object with 799 rows and 2 variables:
#' \describe{
#'   \item{pc3}{3-digit postal code}
#'   \item{geometry}{geometry object of postal code}
#' }
"nl_postcode3"

#' simple feature object for 4-digit postal code regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for 4-digit postal code regions in the Netherlands
#'
#' @format A simple feature object with 4053 rows and 2 variables:
#' \describe{
#'   \item{pc4}{4-digit postal code}
#'   \item{pc4_name}{name of corresponding 4-digit postal code}
#'   \item{geometry}{geometry object of postal code}
#' }
"nl_postcode4"

#' simple feature object for 5-digit postal code regions in the Netherlands
#'
#' @author Martin Haringa
#'
#' A simple feature object for 5-digit postal code regions in the Netherlands
#'
#' @format A simple feature object with 31517 rows and 2 variables:
#' \describe{
#'   \item{pc5}{5-digit postal code}
#'   \item{geometry}{geometry object of postal code}
#' }
"nl_postcode5"

#' simple feature object for world
#'
#' @author Martin Haringa
#'
#' A simple feature object for world
#'
#' @format A simple feature object with 234 rows and 29 variables.
"world"

#' simple feature object for europe
#'
#' @author Martin Haringa
#'
#' A simple feature object for europe
#'
#' @format A simple feature object with 51 rows and 29 variables.
"europe"
MHaringa/nlmaps documentation built on May 19, 2019, 9:40 p.m.