step_sector | R Documentation |
Cleans a member's primary employment sector.
step_sector(df)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.