census_collapse_races.Rd
Consolidate racial categories from the Census's to Higher Expectations'
census_collapse_races(
.x,
.census_label_field = "Census Race",
.value_field = "Population",
.summary_f = sum
)
a tibble with information grouped by Census race categories.
the name of the field with Census race in it. Defaults to "Census Race"
the name of the field with numeric data. Defaults to "Population"
the function to consolidate values with. Defaults to `sum`.
a tibble with Higher Expectations' race groups instead of the Census's.