Short algorithm to choose a short name based on a given long name
Source:R/chooseShortName.R
chooseShortName.Rd
A very simple and short algorithm to choose a short name based on a given name
Usage
chooseShortName(
fullname = stop("Invalid string name entered."),
withPrefix = NULL,
withSuffix = NULL,
envir = NULL,
silent = F
)