2024-05-06
formatdown_options()
to set global options, including the ability to change the decimal marker to a comma instead of a period.format_decimal()
, format_power()
, and format_units()
format_numbers()
and its convenience wrappers format_sci()
, format_engr()
, and format_dcml()
to replace the deprecated functions and take advantage of the new global optionsformat_text()
to retain spaces in a character input2024–03–14
format_text()
functionsize
argument to format_power()
signif()
to format_power()
to enforce significant digits in output before applying formatC()
omit_power()
argument2023–06–21
delim
and set_power
to format_power()
.formatC()
.atmos
, metals
, and water
.density
data set to air_meas
.format_decimal()
and vignette.format_units()
and vignette.2022-11-21