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 May 29, 2024, 2:20 a.m.