sapply,H2OFrame-method: Apply Over a List in H2O
Description
Functions equivalent to the default R
sapplyUsage
## S3 method for class 'H2OFrame':
sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE)
Arguments
X
an H2OFrame object on which apply
will operate.
FUN
the function to be applied.
simplify,USE.NAMES
ignored parameters from base funciton
...
optional arguments to FUN
.
See Also
link[base]{sapply}
for the base implementation.
export