Learn R Programming

syntaxr (version 0.8.0)

spss.format.concat: Generate SPSS 'concat()' syntax for two (sets of) variables.

Description

Generate SPSS 'concat()' syntax for two (sets of) variables.

Usage

spss.format.concat(var1, var2)

Arguments

var1

the first argument for concat().

var2

the second argument for concat().

Examples

Run this code
# 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