substrRight: substrRight

View source: R/Stringendo.R

substrRightR Documentation

substrRight

Description

Take the right substring of a string

Usage

substrRight(x, n)

Arguments

x

a character vector.

n

integer. The number of elements on the right to be kept.

Examples

substrRight("Not cool", n = 4)

vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.