computeUpcase: Convert lower-case letters to upper-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 UPCASE Function.

Usage

1
computeUpcase (x)

Arguments

x

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

Value

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

Author(s)

Bastian Wiessner

See Also

toupper

Examples

1
xpssCompute(x="make it big", fun="computeUpcase")

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