Skip to contents

Download TIGER shapes for Elementary School Districts

Usage

tt_elementary_school_districts(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_elementary_school_districts("AZ")) # downloads slow on CRAN
#> Simple feature collection with 103 features and 14 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -114.8163 ymin: 31.33283 xmax: -109.0467 ymax: 36.04909
#> Geodetic CRS:  NAD83
#> # A tibble: 103 × 15
#>    STATEFP ELSDLEA GEOID NAME  LSAD  LOGRADE HIGRADE MTFCC SDTYP FUNCSTAT  ALAND
#>  * <chr>   <chr>   <chr> <chr> <chr> <chr>   <chr>   <chr> <chr> <chr>     <dbl>
#>  1 04      00004   0400… Clar… 00    PK      08      G5400 NA    E        2.11e8
#>  2 04      00005   0400… Salo… 00    PK      08      G5400 NA    E        1.55e9
#>  3 04      00022   0400… Vern… 00    KG      12      G5400 NA    E        5.65e8
#>  4 04      00480   0400… Agui… 00    KG      12      G5400 NA    E        7.28e8
#>  5 04      00600   0400… Alha… 00    PK      08      G5400 NA    E        3.29e7
#>  6 04      00630   0400… Alpi… 00    KG      12      G5400 NA    E        4.53e8
#>  7 04      00750   0400… Apac… 00    KG      12      G5400 NA    E        6.57e8
#>  8 04      00840   0400… Arli… 00    PK      08      G5400 NA    E        1.84e9
#>  9 04      00870   0400… Ash … 00    PK      08      G5400 NA    E        5.31e8
#> 10 04      00960   0400… Avon… 00    PK      08      G5400 NA    E        7.44e7
#> # ℹ 93 more rows
#> # ℹ 4 more variables: AWATER <dbl>, INTPTLAT <chr>, INTPTLON <chr>,
#> #   geometry <MULTIPOLYGON [°]>