library(tidyverse) library(tigris) library(sf) santacruz <- tracts("CA", "Santa Cruz") coords_sf <- locations %>% st_…
I am using the Tigris package to download shape files with the code, options(tigris_class = "SF") While I can …