clean_nfd | R Documentation |
Removes ", nfd" or trailing zeroes from the end of ANZCO/ANZSIC labels or codes.
clean_nfd(vector)
vector |
A character vector or column containing ANZCO/ANZSIC names or codes. |
Returns the same character vector without "NFD" or trailing zeroes. Strings without "NFC" or trailing zeroes are unchanged.
Other cleaning functions:
clean_anzsco()
,
clean_anzsic()
,
clean_asced_foe()
,
clean_asced_qual()
clean_nfd("Furniture Manufacturing, nfd")
clean_nfd(c("Managers, nfd", "2510"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.