Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS STRUNC
Function.
1 |
x |
input character vector. |
length |
length x is truncated to |
String. Returns x
truncated to length
(in bytes) and trimmed of remaining blanks.
Bastian Wiessner
1 | xpssCompute(x="Hello ", fun="computeStrunc", length=7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.