h2o.nchar | R Documentation |
String length
h2o.nchar(x)
x |
The column whose string lengths will be returned. |
## Not run:
library(h2o)
h2o.init()
string_to_nchar <- as.h2o("r tutorial")
nchar_string <- h2o.nchar(string_to_nchar)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.