Learn R Programming

ExcelFunctionsR (version 0.1.4)

LEN: Basic LEN function from excel

Description

It acts similiarly to Excel's LEN function. This function gives you the length of a string.

Usage

LEN(text)

Arguments

text

amount of characters in the word.

Value

in this example we see how long the sentence is. Function will always return numeric class.

Examples

Run this code
# NOT RUN {
LEN("This is great!")
# }

Run the code above in your browser using DataLab