View source: R/C_hss_recode_fix.R
C_hss_recode_fix | R Documentation |
This function is a follow-up to the recode_check function, and seeks to correct NA text mismatches. The goal of this function is to generate an updated recode_file that can be shoved back into the cleaning process. In premise, this function replaces broken recode text with updated text that is recognized as part of the OG DF.
C_hss_recode_fix(recode_checked, prep)
recode_checked |
recode_file generated after running the recode_check function |
prep |
code_prep file generated when filtering out _oth text at start of process |
A new recode file that is 'fixed' and can be inputted to the rewrite function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.