View source: R/chart_helpers.R
paulify_classifications | R Documentation |
This inserts oxford commas and and sorts out the capitalisation so that ANZSCO and ANZSIC classifications are compliance with Paul's standards.
paulify_classifications(classification, remove_services = FALSE)
classification |
(character) the industry classification to be paulified |
remove_services |
(logical) whether to remove the word services in the classification |
a character
## Not run:
strayr::anzsic2006 %>%
mutate(industry = paulify_classifications(anzsic_division))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.