R/noZero.R
noZero.Rd
Remove one or more zeroes before the decimal point
noZero(str)
The character string to process.
The processed string.
formatCI(), formatR(), formatPvalue()
formatCI()
formatR()
formatPvalue()
noZero("0.3"); #> [1] ".3"