data-raw/clean-boston.R

library(sf)
library(usethis)

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

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