Top "Tigris" questions

st_intersects errors for st_crs(x) == st_crs(y) is not TRUE

library(tidyverse) library(tigris) library(sf) santacruz <- tracts("CA", "Santa Cruz") coords_sf <- locations %>% st_…

r gis sf tigris
geom_sf mapping points/shapes

I am using the Tigris package to download shape files with the code, options(tigris_class = "SF") While I can …

r ggplot2 geospatial sf tigris