View source: R/polygon_faces.R
| tt_polygon_faces | R Documentation | 
Download TIGER shapes for Polygon Faces
tt_polygon_faces(state, county, year = 2024)
| state | FIPS, postal codes, or full names of states. | 
| county | FIPS codes or full names of counties. Optional. | 
| year | Integer year. Required. 2000 and 2010-2022 are currently supported. | 
sf data.frame
# Wrapped in try due to false positive 304 errors
try(tt_polygon_faces("DE", county = "001")) # downloads slow on CRAN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.