ufs (version 0.2.0)

noZero: 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

Run this code
# NOT RUN {
noZero("0.3");
# }

Run the code above in your browser using DataCamp Workspace