R/frame.R
Round doubles/floats to the given number of significant digits.
h2o.signif(x, digits = 6) signif(x, digits = 6)
x | An H2OFrame object. |
---|---|
digits | Number of significant digits to round doubles/floats. |
signif
for the base R implementation.