recode_ce_variables {cepumd} | R Documentation |
Recode variables in interview and diary data
Description
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.
[Package cepumd version 2.1.0 Index]