paddedFloatToChar: Convert numeric to character with padding
Description
This will pad floating point numbers, right or left. For integers, either class
integer or functionally integer (e.g., 1.0), it will not pad right of the decimal.
For more specific control or to get exact padding right and left of decimal,
try the stringi package. It will also not do any rounding. See examples.