UPPER: Convert Text to Uppercase

Description Usage Arguments Value Author(s) See Also Examples

View source: R/UPPER.R

Description

Given a string or vector, convert to uppercase text.

Usage

1

Arguments

text

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

Value

Returns the string or vector in uppercase text.

Author(s)

Nick Bultman, njbultman74@gmail.com, January 2021

See Also

toupper

Examples

1
2
3
UPPER("hello")
UPPER(c("hey", "HI", "hey"))
UPPER(c(1, "hi", "hey", "HI"))

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