Last data update: 2014.03.03

R: Substring Function
rightR Documentation

Substring Function

Description

Mimics the Excel Function of the Same Name

Usage

right(txt, i)

Arguments

txt

string to be substringed.

i

number of characters to substring.

Value

A character value containing the substring.

Author(s)

Quinn Payton Payton.Quinn@epa.gov

Results