substr_right: Get the rightmost 'n' characters of a character string.

View source: R/UTILITY_FUNCTIONS.R

substr_rightR Documentation

Get the rightmost 'n' characters of a character string.

Description

Get the rightmost 'n' characters of a character string.

Usage

substr_right(x, n)

Arguments

x

A character string.

n

The number of characters to retrieve.

Value

A character string.


ropensci/FedData documentation built on April 12, 2024, 11:44 a.m.