powered by
Generate SPSS 'concat()' syntax for two (sets of) variables.
spss.format.concat(var1, var2)
the first argument for concat().
the second argument for concat().
# NOT RUN { spss.format.concat(c("dob", "income"), c("dob_f", "income_f")) spss.format.concat("income", "income_f") # }
Run the code above in your browser using DataLab