spss.compute.concat {syntaxr} | R Documentation |
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
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
[Package syntaxr version 0.8.0 Index]