tt_voting_districts {tinytiger} | R Documentation |
Download TIGER shapes for Voting Districts
Description
Download TIGER shapes for Voting Districts
Usage
tt_voting_districts(state, county, year = 2023)
Arguments
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. |
Value
sf data.frame
Examples
# Wrapped in try due to false positive 304 errors
try(tt_voting_districts("DE", county = "001")) # downloads slow on CRAN
[Package tinytiger version 0.0.9 Index]