R/capstring.R

"capstring" <-
function (names) 
{
paste(toupper(substring(names, first=1, last=1)),substring(names, first=2), sep="")
}

Try the DAAG package in your browser

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

DAAG documentation built on May 29, 2024, 9:13 a.m.