Rdocumentation
powered by
Learn R Programming
h2o (version 3.6.0.8)
as.h2o: R data.frame -> Frame
Description
Import a local R data frame to the H2O cloud.
Usage
as.h2o(x, destination_frame = "")
Arguments
x
An
R
data frame.
destination_frame
A string with the desired name for the H2O Frame.