Rdocumentation
powered by
Learn R Programming
h2o (version 3.2.0.3)
as.h2o: R data.frame -> H2OFrame
Description
Import a local R data frame to the H2O cloud.
Usage
as.h2o(object, conn = h2o.getConnection(), destination_frame = "")
Arguments
object
An
R
data frame.
conn
An
H2OConnection
object containing the IP address and port number of the H2O server.
destination_frame
A string with the desired name for the H2O Frame.