round_up_nice.Rd
`round_up_nice()` rounds a numeric value
round_up_nice(x, nice = c(1, 2, 4, 5, 6, 8, 10))
numeric, value to be rounded.
numeric vector with nice base values from 1 to 10
rounded value of x.