ACS 5-year survey 2019, Table B17001, Poverty level by Sex, Age, and County in Iowa

Format

A sf tibble object with 5841 rows and 6 variables:

GEOID

geographic ID of county

NAME

name of county

variable

ACS code associated with the poverty level of a particular age group, sex combination

estimate

estimate of the prevalence of the associated variable in the associated county

moe

margin of error associated with the estimate

geometry

simple features geometry

Source

tidycensus::get_acs(geography = "county",table = "B17001",state = "IA",geometry = TRUE)

Examples

if (FALSE) { load("data_clean/dataRaw_povertyBySexAge_acs5_2019.rda") head(dataRaw_povertyBySexAge_acs5_2019) }