Learn R Programming

syntaxr (version 0.8.0)

spss.compute.concat: Generate SPSS 'COMPUTE' syntax to compute the CONCAT() of two (sets of) variables.

Description

Generate SPSS 'COMPUTE' syntax to compute the CONCAT() of two (sets of) variables.

Usage

spss.compute.concat(str1, str2, names)

Arguments

str1

the first argument for CONCAT().

str2

the second argument for CONCAT().

names

the name(s) of the variable(s) to be created.

Examples

Run this code
# NOT RUN {
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
# }

Run the code above in your browser using DataLab