computeLower: Convert upper-case letters to lower-case

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeStrings.R

Description

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

Usage

1
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.

Author(s)

Bastian Wiessner

See Also

tolower

Examples

1
xpssCompute(x="MAKE ME small PLEASE", fun="computeLower")

Example output

[1] "make me small please"

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.