Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeStrings.R
Helper Function for xpssCompute. R Implementation of the SPSS LOWER
Function.
1 | computeLower (x)
|
x |
a character vector, or an object that can be coerced to character by as.character. |
String. Returns unput with uppercase letters changed to lowercase. The argument can be a string variable or a value.
Bastian Wiessner
1 | xpssCompute(x="MAKE ME small PLEASE", fun="computeLower")
|
[1] "make me small please"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.