Round doubles/floats to the given number of decimal places.
h2o.round(x, digits = 0) round(x, digits = 0)
| x | An H2OFrame object. | 
|---|---|
| digits | Number of decimal places to round doubles/floats. Rounding to a negative number of decimal places is | 
round for the base R implementation.