Learn R Programming

h2o (version 3.6.0.8)

h2o.removeVecs: Delete Columns from a Frame

Description

Delete the specified columns from the Frame. Returns a Frame without the specified columns.

Usage

h2o.removeVecs(data, cols)

Arguments

data
The Frame.
cols
The columns to remove.