Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS LENGTH
Function.
1 | computeLength (x)
|
x |
character or character vector. |
Numeric. Returns the length of x
in bytes, including all trailing blanks.
Bastian Wiessner
1 2 3 | xpssCompute(x="trailing blanks matter",fun="computeLength")
xpssCompute(x="trailing blanks matter ",fun="computeLength")
xpssCompute(x=" trailing blanks matter",fun="computeLength")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.