Estimates for total population and population below the poverty level in 2014 and 2019 for ten CORI communities
Examples
data(cori_poverty)
str(cori_poverty)
#> tibble [10 × 8] (S3: tbl_df/tbl/data.frame)
#> $ rin_community : chr [1:10] "Berkshire" "Emporia" "Marquette" "Pikeville" ...
#> $ state_abbr : chr [1:10] "MA" "KS" "MI" "KY" ...
#> $ county : chr [1:10] "Berkshire" "Crawford" "Marquette" "Pike" ...
#> $ geoid_co : chr [1:10] "25003" "20037" "26103" "21195" ...
#> $ estimate_pop_2014 : num [1:10] 130064 39277 67535 64380 78520 ...
#> $ estimate_pop_2019 : num [1:10] 126425 38968 66686 59497 76040 ...
#> $ estimate_below_poverty_level_2014: num [1:10] 15746 8102 10597 15238 18284 ...
#> $ estimate_below_poverty_level_2019: num [1:10] 13063 7513 9833 14545 16330 ...