Learn R Programming

h2o (version 3.6.0.8)

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 a Frame vector of the same type as x