tt_primary_secondary_roads: Download TIGER shapes for Primary and Secondary Roads

View source: R/primary_secondary_roads.R

tt_primary_secondary_roadsR Documentation

Download TIGER shapes for Primary and Secondary Roads

Description

Download TIGER shapes for Primary and Secondary Roads

Usage

tt_primary_secondary_roads(state, year = 2022)

Arguments

state

FIPS, postal codes, or full names of states.

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_primary_secondary_roads("DE")) # downloads slow on CRAN

tinytiger documentation built on Oct. 18, 2023, 1:11 a.m.