https://github.com/cran/FedData
Raw File
Tip revision: e7952465c2a8026d38c6dd7b03df7c458a87a808 authored by R. Kyle Bocinsky on 12 March 2018, 19:21:35 UTC
version 2.5.2
Tip revision: e795246
substr_right.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/UTILITY_FUNCTIONS.R
\name{substr_right}
\alias{substr_right}
\title{Get the rightmost 'n' characters of a character string.}
\usage{
substr_right(x, n)
}
\arguments{
\item{x}{A character string.}

\item{n}{The number of characters to retrieve.}
}
\value{
A character string.
}
\description{
Get the rightmost 'n' characters of a character string.
}
\keyword{internal}
back to top