h2o (version 3.2.0.3)

h2o.getFrame: Get an R Reference to an H2O Dataset

Description

Get the reference to a frame with the given frame_id in the H2O instance.

Usage

h2o.getFrame(frame_id, conn = h2o.getConnection(), linkToGC = FALSE)

Arguments

frame_id
A string indicating the unique frame of the dataset to retrieve.
conn
H2OConnection object containing the IP address and port of the server running H2O.
linkToGC
a logical value indicating whether to remove the underlying frame from the H2O cluster when the R proxy object is garbage collected.