left_xl: left_xl function This function replicates the LEFT function...

Description Usage Arguments Value Examples

View source: R/left_xl.R

Description

left_xl function This function replicates the LEFT function in Excel and is utilised for left trimming of character strings

Usage

1
left_xl(text, num_char = 0)

Arguments

text

The text you want to LEFT trim

num_char

The number of characters your want to trim by

Value

Trims the text entered by the number of character parameter and returns the trimmed string

Examples

1
left_xl(text= "This is some example text", num_char = 4)

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