recode_skd | R Documentation |
Sometimes old SKD codes are used instead of new ones. When these old ones don't exist in the new classification, we can flag them and replace them with the correct ones. This says nothing about the cases where old codes are used and there is no way for us to know.¯\_(ツ)_/¯ Additionally, some inputs might have a 4-digit skd code with the leading 0 missing. This function tacks the 0 back on.
recode_skd(df)
df |
data frame output of fix_types or data frame output of remove_na_rows |
data frame with same dimensions as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.