Evaluate a numeric value and optionally perform roundx_n
before
padding the decimal portion of the number to n digits. Note: this coverts the
numeric value to a character. The function is intended only for final display
purposes.
alignx_n(x, num_dec = 3, pad_char = " ", do_roundx_n = TRUE)
numeric value to be right justified
number of decimal places to justify
padding character defaults to  
logical to determine if roundx_n
is performed.
Defaults to True
character