right: Right Part of a String

View source: R/utils.R

rightR Documentation

Description

Right Part of a String

Usage

right(x, n)

Arguments

x

vector of character

n

number of characters to be kept from the end of each character string within x

Value

vector of character

Examples

right("Good Morning", 7)


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.