noZero {ufs} | R Documentation |
Remove one or more zeroes before the decimal point
Description
Remove one or more zeroes before the decimal point
Usage
noZero(str)
Arguments
str |
The character string to process. |
Value
The processed string.
See Also
formatCI()
, formatR()
, formatPvalue()
Examples
noZero("0.3");
[Package ufs version 0.5.12 Index]