R/add.lead.R

Defines functions add.lead

Documented in add.lead

## File Name: add.lead.R
## File Version: 0.05

add.lead <- function(x, width=max(nchar(x)))
{
    sprintf(paste('%0', width, 'i', sep=''), x)
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.