powered by
h2o.trim
trim(x)
H2OParsedData
library(h2o) localH2O = h2o.init() fr <- data.frame( x = c(" asdfhuash ", " # a ", "hello "), y = c(1,2,3) ) hex <- as.h2o(localH2O, fr) trim(hex$x)
Run the code above in your browser using DataLab