ceiling_digit.Rd
Applies the ceiling() function to a number with precision controlled by number of digits.
ceiling()
ceiling_digit(x, digits = 0)
A numeric value or vector.
Integer (default: 0). Number of decimal digits to retain.
A numeric vector with values ceiled to specified digits.