comma_signif: Comma and Significance Formatter *[Deprecated]*

View source: R/utils.R

comma_signifR Documentation

Comma and Significance Formatter [Deprecated]

Description

Deprecated for ssd_label_comma()

Usage

comma_signif(x, digits = 3, ..., big.mark = ",")

Arguments

x

A numeric vector to format.

digits

A whole number specifying the number of significant figures.

...

Unused.

big.mark

A string specifying used between every 3 digits to separate thousands on the x-axis.

Value

A character vector.

See Also

ssd_label_comma()

Examples

## Not run: 
comma_signif(c(0.1, 1, 10, 1000, 10000))

## End(Not run)

ssdtools documentation built on April 4, 2025, 12:35 a.m.