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