TreeTools (version 0.1.3)

RightmostCharacter: Rightmost character of string

Description

Rightmost character of string

Usage

RightmostCharacter(string, len = nchar(string))

Arguments

string

Character string.

len

Integer specifying number of characters in string.

Value

Rightmost character of string.

Examples

Run this code
# NOT RUN {
RightmostCharacter("Hello, World!")

# }

Run the code above in your browser using DataCamp Workspace