tt_block_groups: Download TIGER shapes for block groups

View source: R/block_groups.R

tt_block_groupsR Documentation

Download TIGER shapes for block groups

Description

Download TIGER shapes for block groups

Usage

tt_block_groups(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_block_groups(state = "DE", county = "001")) # downloads slow on CRAN

tinytiger documentation built on June 22, 2024, 9:25 a.m.