Learn R Programming

micromap (version 1.7)

right: 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.