powered by
match
%in%
h2o.match(x, table, nomatch = 0, incomparables = NULL)match.H2OFrame(x, table, nomatch = 0, incomparables = NULL)x %in% table
match.H2OFrame(x, table, nomatch = 0, incomparables = NULL)
x %in% table
x
nomatch
h2o.init() hex <- as.h2o(iris) h2o.match(hex[,5], c("setosa", "versicolor"))
Run the code above in your browser using DataLab