R/frame.R
Returns a vector containing the minimum and maximum of all the given arguments.
h2o.range(x, na.rm = FALSE, finite = FALSE)
An H2OFrame object.
logical. indicating whether missing values should be removed.
logical
logical. indicating if all non-finite elements should be omitted.
range for the base R implementation.
range