Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS CHAR.SUBSTR
Function.
1 |
x |
input character vector. |
pos |
atomic numeric. Indicates the start of the substring. |
length |
atomic numeric. Specifies the length of the substring. |
String. Returns an shortened string.
Bastian Wiessner
1 | xpssCompute(x=fromXPSS, variables="V1", fun="computeChar_substr", pos = 2, length=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.