LEN {ExcelFunctionsR}R Documentation

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

LEN("This is great!")

[Package ExcelFunctionsR version 0.1.4 Index]