Learn R Programming

h2o (version 3.6.0.8)

colnames: Returns the column names of a Frame

Description

Returns the column names of a Frame

Usage

colnames(x, do.NULL = TRUE, prefix = "col")

Arguments

x
An H2O Frame object.
do.NULL
logical. If FALSE and names are NULL, names are created.
prefix
for created names.