Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS RTRIM
Function.
1 | computeRtrim (x,trim = NULL)
|
x |
input character vector |
trim |
single quoted character or an expression that yields a single character. |
String. Returns the input string removed by trim
on the right. If trim is not specified, trailing blanks are removed.
Bastian Wiessner
1 | xpssCompute(x="inputstring ", fun="computeLtrim")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.