R/insurance.R

#' Sum insured per postal code in the Netherlands
#'
#' A dataset of postal codes with their sum insured, population and the corresponding spatial locations in terms of a latitude and a longitude.
#'
#' @format A data frame with 30,000 rows and 5 variables:
#' \describe{
#'   \item{postcode}{6-digit postal code}
#'   \item{population_pc4}{Population per 4-digit postal code}
#'   \item{amount}{Sum insured}
#'   \item{lon}{Longitude (in degrees) of the corresponding 6-digit postal code}
#'   \item{lat}{Latitude (in degrees) of the corresponding 6-digit postal code}
#' }
"insurance"
MHaringa/nlmaps documentation built on May 19, 2019, 9:40 p.m.