Cleans a member's state of residence, USA only.

step_state(df)

Arguments

df

a tibble of demographic data

Value

a tibble with cleaned column State_US

Examples

#demo_raw <- step_state(df = demo_raw)