h2o (version 3.20.0.8)

h2o.trim: Trim Space

Description

Trim Space

Usage

h2o.trim(x)

Arguments

x

The column whose strings should be trimmed.

Examples

Run this code
# NOT RUN {
library(h2o)
h2o.init()
string_to_trim <- as.h2o("r tutorial")
trim_string <- h2o.trim(string_to_trim)
# }

Run the code above in your browser using DataCamp Workspace