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

Description Usage Arguments Examples

View source: R/spss.compute.concat.R

Description

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

Usage

1

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

1
2
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")
spss.compute.concat("feedback", "feedback_f", "enfr.feedback")

greenmeen/syntaxr documentation built on Aug. 8, 2020, 4:46 p.m.