standardize_soc1980_codes | R Documentation |
US SOC 1980 codes are often written in none stand form (e.g 4600 instead of 46-47). This function attempt to standardize some of the ways SOC 1980 codes are written.
standardize_soc1980_codes(codes)
codes |
vector of US SOC 1980 codes |
the function trims leading and trailing zeros ("up to 2 trailing zero - 20 is a valid soc code)
standardized US SOC 1980 codes
standardize_soc1980_codes(c("2000",'7600'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.