trunc takes a single numeric argument x and returns a numeric vector containing the integers formed by truncating the values in x toward 0.

h2o.trunc(x)

Arguments

x

An H2OFrame object.

See also

trunc for the base R implementation.