LOWER: Convert Text to Lowercase

Description Usage Arguments Value Author(s) See Also Examples

View source: R/LOWER.R

Description

Given a string or vector, convert to lowercase text.

Usage

1

Arguments

text

String or vector that you would like converted to lowercase text.

Value

Returns the string or vector in lowercase text.

Author(s)

Nick Bultman, njbultman74@gmail.com, January 2021

See Also

tolower

Examples

1
2
3
LOWER("HELLO")
LOWER(c("hey", "HI", "HEY"))
LOWER(c(1, "HI", "HEY", "hi"))

njbultman/xlsxFunctions documentation built on Aug. 8, 2021, 3:14 p.m.