https://github.com/cran/FedData
Raw File
Tip revision: 1845217f676ccb51fadebfe11699e2bfb1020d9f authored by R. Kyle Bocinsky on 22 February 2016, 01:20:21 UTC
version 2.0.6
Tip revision: 1845217
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.
}

back to top