h2o.trim | R Documentation |
Trim Space
h2o.trim(x)
x |
The column whose strings should be trimmed. |
## Not run:
library(h2o)
h2o.init()
string_to_trim <- as.h2o("r tutorial")
trim_string <- h2o.trim(string_to_trim)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.