R/collapse.R
collapse4_pop.Rd
Collapses Other, AIAN, Asian, NHPI, and Two+ into other.
collapse4_pop(.data, prefix = "pop_")
tibble, data.frame, or sf tibble
Default is pop_. The prefix for the race categories.
pop_
.data with columns collapsed
data(mt_county) mt_county <- mt_county %>% collapse4_pop()