fmt_signif_after_zeros: Format with significant figures after zeros
Description
Rounds significant figures after zeros in numeric vectors.
The number of digits displayed after the leading zeros is
customizable using the digits parameter.
Usage
fmt_signif_after_zeros(x, digits = 3)
Arguments
x
numeric values
digits
number of digits displayed after the leading zeros
See Also
tabulator(), mk_par()
Other text formatter functions:
fmt_2stats(),
fmt_avg_dev(),
fmt_dbl(),
fmt_header_n(),
fmt_int(),
fmt_n_percent(),
fmt_pct()