LEN: Basic LEN function from excel

Description Usage Arguments Value Examples

View source: R/LEN.R

Description

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

Usage

1

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

1
LEN("This is great!")

Example output

[1] 14

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.