Cleans a member's country of residence/location.

step_country(df)

Arguments

df

a tibble of demographic data

Value

a tibble with cleaned column Country

Examples

#demo_raw <- step_country(df = demo_raw)