Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS CHAR.LENGTH
Function.
1 | computeChar_length (x)
|
x |
atomic character or character vector. |
Numeric. Returns the length of x
in characters, with any trailing blanks removed.
Bastian Wiessner
1 2 3 4 5 | xpssCompute(x=" please remove trailing blanks",fun="computeChar_length")
xpssCompute(x="please remove trailing blanks",fun="computeChar_length")
xpssCompute(x=c("please","remove","trailing","blanks"),fun="computeChar_length")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.