Rounds values in its first argument to the specified number of decimal places,
returning character, ensuring first decimal digits are showed even when they are zeros.
Usage
round0(x, digits = 0)
Value
A character vector.
Arguments
x
A numeric vector.
digits
Integer indicating the number of decimal places. Defaults to 0.