data-raw/clean-sanfr-cartheft.R

library(sf)
library(usethis)

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

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