Rdocumentation
powered by
Learn R Programming
h2o (version 3.2.0.3)
h2o.subset: Subsetting an H2O Frame
Description
Returns a subset of an
H2OFrame
which meets conditions.
Usage
h2o.subset(x, subset, select, drop = FALSE, ...)
Arguments
x
a
H2OFrame
to be subsetted
subset
logical expression indicating elements or rows to keep
select
expression, indicating columns to select from a data frame
drop
passed on the the
[
indexing operator
...
further arguments to be passed to or from other methods
See Also
For the base
R
implementation see
subset