R/frame.R
h2o.trim.Rd
Trim Space
h2o.trim(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) # }