Hello. I am building a map of NC and am using the tigris package to load in the census tracts. However, according to the package, there are 2660 census tracts in NC. However, I know that there are only 2,195 census tracts in NC. Does anyone have any insight into why the tigris package is dividing NC into more census tracts than there actually are?
I tried changing the parameters but was unable to get the results to indicate 2,195 census tracts, like I was expecting.
Thank you for any insight.
library(tigris)
options(tigris_use_cache = TRUE)
nc_tracts <- tracts("NC",
cb = TRUE,
year = 2022)