Learn R Programming

ExcelFunctionsR (version 0.1.4)

LOWER: Basic LOWER function from excel

Description

It acts similiarly to Excel's LOWER function. It converts the sentence/word to lowercase characters.

Usage

LOWER(text)

Arguments

text

Give the function a word to make it lower.Give the texts via vector if you want to perform it on multiple texts.

Value

In this case we lower the whole specified sentence and return the sentence in all lower characters. Function will always return character class.

Examples

Run this code
# NOT RUN {
LOWER("THIS IS SPARTAA! IS IT THOUGH AFTER LOWERING?")
# }

Run the code above in your browser using DataLab