noZero: Remove one or more zeroes before the decimal point

noZeroR 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");

ufs documentation built on July 9, 2023, 6:07 p.m.

Related to noZero in ufs...