R/utilities.R
round_any.Rd
Round values
round_any(x, accuracy, f = round)
Numeric value to round.
The number of digits to round to.
R function to apply. Default is round().