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