powered by
e.g. for 3 decimal places I want 1.200, not 1.2.
round_tidy(x, digits)
Vector of strings.
Numeric vector of values to round
Integer of length one: value to round to.
round_tidy(0.01023, 3)
Run the code above in your browser using DataLab