tigris
tigris copied to clipboard
Download and use Census TIGER/Line shapefiles in R
While trying to use `erase_water()` on a subset of tracts for an area, I realized that it returns an empty data frame if there is no overlapping water area. I...
Hello-- I'm trying to pull ACS 2009 1-year data from the Census for the city of El Paso in Texas. When I attempt to retrieve that data, I get the...
I'm developing a package to access a federal agency API that uses integer versions of FIPS codes for state and county identifiers. I found the `lookup_code()` function but it didn't...
It would be nice to have [Census Centers of Population](https://www.census.gov/geographies/reference-files/time-series/geo/centers-population.html) integrated within this `tigris`. Since they exist at many different geographies, it could be an option on `nation`, `states`, `counties`,...
library(tigris) cbsa = core_based_statistical_areas(cb=TRUE) Console: Retrieving data for the year 2022 Error: Cannot open "/private/var/folders/9y/52hqds1s1pj0_lntjkbtq9d00000gq/T/Rtmp9Ys8Lw"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported...
I was interested in looking at state legislative districts and total population for years before 2011, but was met with this error when using get_decennial(). Is there any chance this...