Provides CoC level total population, population in poverty, and poverty rate.

build_coc_populations(tract_crosswalk)

Arguments

tract_crosswalk

A data frame with a tract to CoC crosswalk produced by build_tract_crosswalk().

Value

A data frame.

  • year: Year (numeric)

  • coc_number: CoC number (character)

  • coc_pop: CoC population (numeric)

  • coc_poverty_pop: CoC population below poverty line (numeric)

  • coc_poverty_rate: Share of CoC population below poverty line (numeric)

See also

build_tract_crosswalk() for the source data