h2o.ischaracter | R Documentation |
Check if character
h2o.ischaracter(x)
x |
An H2OFrame object. |
character
for the base R implementation, is.character()
.
## Not run:
library(h2o)
h2o.init()
f <- "https://s3.amazonaws.com/h2o-public-test-data/smalldata/iris/iris_wheader.csv"
iris <- h2o.importFile(f)
iris_char <- h2o.ascharacter(iris["class"])
h2o.ischaracter(iris_char)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.