Learn R Programming

translateSPSS2R (version 1.0.0)

computeLower: Convert upper-case letters to lower-case

Description

Helper Function for xpssCompute. R Implementation of the SPSS LOWER Function.

Usage

computeLower (x)

Arguments

x
a character vector, or an object that can be coerced to character by as.character.

Value

String. Returns unput with uppercase letters changed to lowercase. The argument can be a string variable or a value.

See Also

tolower

Examples

Run this code
xpssCompute(x="MAKE ME small PLEASE", fun="computeLower")

Run the code above in your browser using DataLab