View source: R/census_wrangle_race.R
census_wrangle_race | R Documentation |
Condense and relabel racial and ethnic factors
census_wrangle_race(
.x,
race_tibble,
...,
.code_field = "Code",
.name_field = "Name",
.val_field = "Population"
)
.x |
a tibble with Census data that is organized by race |
race_tibble |
a tibble that defines condensed racial/ethnic factors |
... |
<['dynamic-dots'][rlang::dyn-dots]> ignored |
.code_field |
defaults to "Code" |
.name_field |
defaults to "Name" |
.val_field |
defaults to "Population" |
a tibble with better factor values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.