Data used in the geomarketing chapter in Geocomputation with R. See http://geocompr.robinlovelace.net/location.html for details.

census_de

Format

sf data frame objects

Examples

if (FALSE) { # \dontrun{
download.file("https://tinyurl.com/ybtpkwxz",
destfile = "census.zip", mode = "wb")
unzip("census.zip") # unzip the files
census_de = readr::read_csv2(list.files(pattern = "Gitter.csv"))
} # }