| h2o.anyFactor | R Documentation | 
Determines if any column of an H2OFrame object contains categorical data.
h2o.anyFactor(x)
| x | An  | 
Returns a logical value indicating whether any of the columns in x are factors.
## Not run: 
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
h2o.anyFactor(iris_hf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.