Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.3.3)
colnames: Returns the column names of an H2OFrame
Description
Returns the column names of an H2OFrame
Usage
colnames(x, do.NULL = TRUE, prefix = "col")
Arguments
x
An H2OFrame object.
do.NULL
logical. If FALSE and names are NULL, names are created.
prefix
for created names.