fn(x, dig = 0, p = FALSE, pequalsign = FALSE, ...)
Number that should be formatted.
Number of digits.
is x a p-value? If <0.x1 will then format to <0.x1.
if x is a p-value should = be placed in front if not <0.x1
Additional arguments to formatC.
The formatted number.
x <- 1.234
fn(x)
#> [1] "1"