ACS 5-year survey 2019, Table B08101, Means of Transportation by Age and County in IA

Format

A sf tibble object with 5544 rows and 6 variables:

GEOID

geographic ID of county

NAME

name of county

variable

ACS code associated with the means of transportation of a particular age group

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 = "B08101", year = 2019, state = "IA", survey = "acs5", geometry = TRUE, cache = TRUE)

Examples

if (FALSE) { load("data_raw/dataRaw_transportationByAge_acs5_2019.rda") }