right: Substring Function

View source: R/UtilityFunctions.r

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


micromap documentation built on April 26, 2023, 9:12 a.m.

Related to right in micromap...