ufs (version 0.5.12)

noZero: Remove one or more zeroes before the decimal point

Description

Remove one or more zeroes before the decimal point

Usage

noZero(str)

Value

The processed string.

Arguments

str

The character string to process.

See Also

formatCI(), formatR(), formatPvalue()

Examples

Run this code
noZero("0.3");

Run the code above in your browser using DataLab