Learn R Programming

ExcelFunctionsR (version 0.1.4)

UPPER: Basic UPPER function from excel

Description

It acts similiarly to Excel's UPPER function. It takes the string and coverts all of it's characters to uppercase.

Usage

UPPER(text)

Arguments

text

Give this function the text to capitalize all the letters.Give this function words with a vector if you want to perform it on several texts.

Value

In this case we have specified "is this sparta?" and it has returned all the characters in uppercase as expected. Function will always return character class.

Examples

Run this code
# NOT RUN {
UPPER("is this sparta?")
# }

Run the code above in your browser using DataLab