computeConcat: computeConcat (x, sep = "")

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeStrings.R

Description

Helper Function for xpssCompute. R Implementation of the SPSS CONCAT Function.

Usage

1
computeConcat (x, sep = "")

Arguments

x

input data.

sep

atomic character element which splits the input data. Default is "".

Value

String. Returns a string that is the concatenation of all its arguments.

Author(s)

Bastian Wiessner

See Also

paste0

Examples

1
2
data(fromXPSS)
xpssCompute(x = fromXPSS, variables = c("V1","V2"), fun="computeConcat")

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.