fmt_significant: Rounding with significant digits in the 'fmt' argument

View source: R/fmt_factory.R

fmt_significantR Documentation

Rounding with significant digits in the fmt argument

Description

The number of decimal digits to keep after the decimal is assessed

Usage

fmt_significant(digits = 3, ...)

Arguments

digits

Number of significant digits to keep.

...

Additional arguments are passed to the format() function (e.g., big.marks, scientific). See ?format


modelsummary documentation built on Oct. 15, 2023, 5:06 p.m.