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 29,990 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"

Try the spatialrisk package in your browser

Any scripts or data that you put into this service are public.

spatialrisk documentation built on Nov. 10, 2021, 5:09 p.m.