Rdocumentation
powered by
Learn R Programming
h2o (version 3.2.0.3)
h2o.assign: Rename an H2O object.
Description
Makes a copy of the data frame and gives it the desired the key.
Usage
h2o.assign(data, key, deepCopy = FALSE)
Arguments
data
An
H2OFrame
object
key
The hex key to be associated with the H2O parsed data object
deepCopy
Should it do a deepCopy of the frame. Default is FALSE.