data-raw/clean-chicagohealth.R

library(sf)
library(usethis)

chisociohealth <- st_read("data-raw/ComArea_ACS14_f.shp",
                        quiet = TRUE,
                        stringsAsFactors = FALSE)

usethis::use_data(chisociohealth, overwrite = TRUE)
spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.