Rounding with decimal digits in the fmt
argument
fmt
argumentfmt_decimal(digits = 3, pdigits = NULL, ...)
digits
: Number of decimal digits to keep, including trailing zeros.pdigits
: Number of decimal digits to keep for p values. If NULL
, the value of digits
is used....
: Additional arguments are passed to the format()
function (e.g., big.marks
, scientific
). See ?format