right: gets right side of string

rightR Documentation

gets right side of string

Description

just like excel's right func

Usage

right(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 right of the inputed string

Examples

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

## End(Not run)

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