len_xl: len_xl function

Description Usage Arguments Value Examples

View source: R/len_xl.R

Description

This function replicates the LEN function in Excel and is utilised for finding the length of character strings.

Usage

1

Arguments

text

The text you want to calculate the length

...

Function forwarding to work with the base nchar method

Value

An integer value calculating the length of the text passed

Examples

1
len_xl("Guess the length of me!")

NHSDataDictionaRy documentation built on July 9, 2021, 5:08 p.m.