Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.3.3)
h2o.rep_len: Replicate Elements of Vectors or Lists into H2O
Description
h2o.rep
performs just as
rep
does. It replicates the values in
x
in the H2O backend.
Usage
h2o.rep_len(x, length.out)
Arguments
x
a vector (of any mode including a list) or a factor
length.out
non negative integer. The desired length of the output vector.
Value
Creates an H2OFrame vector of the same type as x