View source: R/congressional_districts.R
tt_congressional_districts | R Documentation |
Download TIGER shapes for congressional districts
tt_congressional_districts(state, year = 2023)
state |
FIPS, postal codes, or full names of states. |
year |
Integer year. Required. 2000 and 2010-2022 are currently supported. |
sf data.frame
# takes > 5 seconds
# Wrapped in try due to false positive 304 errors
try(tt_congressional_districts()) # downloads slow on CRAN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.