h2o (version 3.2.0.3)

h2o.exportHDFS: Export a H2OFrame to HDFS

Description

Exports an H2OFrame to HDFS.

Usage

h2o.exportHDFS(data, path, force = FALSE)

Arguments

data
an H2OFrame class object.
path
The path to write the data to. Must include the driectory and filename.
force
logical, indicates how to deal with files that already exist.