Operators to extract or replace parts of H2OFrame objects.
# S3 method for H2OFrame
[(data, row, col, drop = TRUE)# S3 method for H2OFrame
$(x, name)
# S3 method for H2OFrame
[[(x, i, exact = TRUE)
# S3 method for H2OFrame
$(x, name)
# S3 method for H2OFrame
[[(x, i, exact = TRUE)
# S3 method for H2OFrame
[(data, row, col, ...) <- value
# S3 method for H2OFrame
$(data, name) <- value
# S3 method for H2OFrame
[[(data, name) <- value
object from which to extract element(s) or in which to replace element(s).
index specifying row element(s) to extract or replace. Indices are numeric or character vectors or empty (missing) or will be matched to the names.
index specifying column element(s) to extract or replace.
Unused
An H2OFrame
a literal character string or a name (possibly backtick quoted).
index
controls possible partial matching of [[
when extracting
a character
Further arguments passed to or from other methods.
To be assigned