Skip to contents

Download TIGER shapes for Area Landmarks

Usage

tt_area_landmarks(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_area_landmarks("DE")) # downloads slow on CRAN
#> Simple feature collection with 194 features and 10 fields
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -75.78801 ymin: 38.45122 xmax: -75.0488 ymax: 39.82418
#> Geodetic CRS:  NAD83
#> # A tibble: 194 × 11
#>    STATEFP ANSICODE AREAID        FULLNAME MTFCC  ALAND AWATER INTPTLAT INTPTLON
#>  * <chr>   <chr>    <chr>         <chr>    <chr>  <dbl>  <dbl> <chr>    <chr>   
#>  1 10      NA       110431780543  NA       K2180 8.57e4      0 +39.813… -75.484…
#>  2 10      NA       110431780546  NA       K2582 5.11e3      0 +39.318… -75.705…
#>  3 10      NA       110431780549  NA       K2582 2.21e4      0 +39.764… -75.575…
#>  4 10      NA       110431780550  The Gro… K2582 7.23e3      0 +39.809… -75.487…
#>  5 10      NA       110431780539  Sherwoo… K2188 8.18e4      0 +39.808… -75.491…
#>  6 10      NA       110431780456  Fort De… K2184 1.01e6      0 +39.591… -75.572…
#>  7 10      NA       1104483931780 Wesley … K2540 1.92e3      0 +39.157… -75.524…
#>  8 10      NA       1104484217568 Sussex … K1237 8.14e4      0 +38.660… -75.370…
#>  9 10      NA       1107052085831 Gild Ha… K2188 6.73e3      0 +39.809… -75.488…
#> 10 10      NA       1104484405354 Widener… K2540 1.35e5      0 +39.817… -75.546…
#> # ℹ 184 more rows
#> # ℹ 2 more variables: PARTFLG <chr>, geometry <POLYGON [°]>