replace_race | R Documentation |
Replaces the Census's numeric categories for race with less specific racial classifications, typically useful for redistricting purposes.
replace_race(ppmf, race = CENRACE)
ppmf |
tibble of ppmf data |
race |
Column in ppmf containing race codes |
tibble with race column replaced by simpler racial classifications
data(ppmf_ex)
ppmf_ex |> replace_race()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.