step_sector.Rd
Cleans a member's primary employment sector.
step_sector(df)
a tibble of demographic data
a tibble with two cleaned columns: "Primary_Occupation" which is a more thorough breakdown of a member's career, and "Primary_Sector", which is categorized into four main buckets: Academy, Government, Private, Other
#demo_raw <- step_sector(df = demo_raw)