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 May 29, 2024, 10:30 a.m.

Related to noZero in ufs...