str_right: Return the n number of characters from the right

View source: R/str_right.R

str_rightR Documentation

Return the n number of characters from the right

Description

Wrapper convenience function

Usage

str_right(x, n)

Arguments

x

String character to pass through

n

Integer specifying the number of characters to return from the right.

Examples

str_right("Wittgenstein", 5)


martinctc/textworks documentation built on Oct. 5, 2022, 8:09 p.m.