Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS CONCAT
Function.
1 | computeConcat (x, sep = "")
|
x |
input data. |
sep |
atomic character element which splits the input data. Default is "". |
String. Returns a string that is the concatenation of all its arguments.
Bastian Wiessner
1 2 | data(fromXPSS)
xpssCompute(x = fromXPSS, variables = c("V1","V2"), fun="computeConcat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.