powered by
match
%in%
## S3 method for class 'H2OFrame': match(x, table, nomatch = 0, incomparables = NULL)## S3 method for class 'H2OFrame': \%in\%(x, table)
## S3 method for class 'H2OFrame': \%in\%(x, table)
x
nomatch
h2o.init() hex <- as.h2o(iris) match(hex[,5], c("setosa", "versicola"))
Run the code above in your browser using DataLab