R/utils.R
comma_signif.Rd
Comma and Significance Formatter
comma_signif(x, digits = 3, ..., big.mark = ",")
A numeric vector to format.
A whole number specifying the number of significant figures.
Unused.
A string specifying used between every 3 digits to separate thousands on the x-axis.
A character vector.
ssd_label_comma()
if (FALSE) { # \dontrun{ comma_signif(c(0.1, 1, 10, 1000, 10000)) } # }