h2o (version 3.8.3.3)

as.h2o: R data.frame -> H2OFrame

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 H2OFrame.