len_xl {NHSDataDictionaRy} | R Documentation |
len_xl function
Description
This function replicates the LEN function in Excel and is utilised for finding the length of character strings.
Usage
len_xl(text, ...)
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
len_xl("Guess the length of me!")
[Package NHSDataDictionaRy version 1.2.5 Index]