h2o.tolower | R Documentation |
Convert strings to lowercase
h2o.tolower(x)
x |
An H2OFrame object whose strings should be lower cased |
An H2OFrame with all entries in lowercase format
## Not run:
library(h2o)
h2o.init()
string_to_lower <- as.h2o("ABCDE")
lowered_string <- h2o.tolower(string_to_lower)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.