powered by
Help function to format numeric data as strings and concatenate into a single character.
h_fmt_est(num1, num2, digits = c(2, 2), width = c(6, 6))
A single character.
(numeric) first numeric input.
numeric
(numeric) second numeric input.
(integer) the desired number of digits after the decimal point.
integer
(integer) the total field width.
h_fmt_num()
h_fmt_est(num1 = 3.14, num2 = 3.1415, width = c(4, 4))
Run the code above in your browser using DataLab