
format_valuef
generates functions that format
values so that they print out with the desired number of digits.
format_valuef(digits)
Returns a function that takes an atomic vector as its argument
and returns it formatted to character with digits
decimals.
number of digits to use