Recode variables in interview and diary data
     
    
    Usage
    recode_ce_variables(srvy_data, code_file, srvy)
 
     
    
    Arguments
    - srvy_data
 
A data frame containing either Interview or Diary data that
has been prepped
 
- code_file
 
A dataframe containing variable names, codes,
code descriptions, and other required columns for recoding variables
 
- srvy
 
The survey instrument to be recoded (this is for filtering
the codebook)
 
 
    
    Details
    This is a hidden file called only by exported package functions.