left: gets left bit of string

leftR Documentation

gets left bit of string

Description

just like excel's left func

Usage

left(text, num_char)

Arguments

text

stuff to parse

num_char

how many characters should be returned

Details

DETAILS

Value

the 'num_char' length of chars on the left of the inputed string

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 left("ABC", 2)
 }

## End(Not run)

DataStrategist/amitFuncs documentation built on June 4, 2022, 10:01 a.m.