Dataset of life expectancy in years by census tract within New Haven County for 2010 to 2015.
Format
A data frame with 180 rows and 2 variables:
- tract
Tract FIPS code (note that these are 2010 vintage tracts)
- value
Life expectancy in years
Examples
head(life_exp)
#> # A tibble: 6 × 2
#> tract value
#> <chr> <dbl>
#> 1 09009120100 80.4
#> 2 09009120200 76.8
#> 3 09009125100 78.2
#> 4 09009125200 74.2
#> 5 09009125300 77.6
#> 6 09009125400 76.2