lowerCase {splus2R}R Documentation

Case conversion

Description

Convert text to lower or upper case.

Usage

lowerCase(x)
upperCase(x)

Arguments

x

a character string.

Value

a character string coerced to the specified case.

See Also

casefold, tolower, toupper.

Examples

x <- "A dog and a cat"
lowerCase(x)
upperCase(x)

[Package splus2R version 1.3-5 Index]