step_ethnicity.Rd
Cleans a member's racial ethnicity.
step_ethnicity(df, detailed_types = FALSE)
a tibble of demographic data
If ethnicity should be reported by country, or according to the new simplified schema such as Black, Hispanic, White, etc.
a tibble with cleaned column Ethnicity
#demo_raw <- step_ethnicity(df = demo_raw, detailed_types = FALSE)