lowerCase: Case conversion

Description Usage Arguments Value See Also Examples

Description

Convert text to lower or upper case.

Usage

1
2

Arguments

x

a character string.

Value

a character string coerced to the specified case.

See Also

casefold, tolower, toupper.

Examples

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

wconstan/splus2R documentation built on May 4, 2019, 2:03 a.m.