census_de | R Documentation |
Data used in the geomarketing chapter in Geocomputation with R. See http://geocompr.robinlovelace.net/location.html for details.
census_de
sf data frame objects
## Not run:
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"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.