h2o.toupper: Convert strings to uppercase

View source: R/frame.R

h2o.toupperR Documentation

Convert strings to uppercase

Description

Convert strings to uppercase

Usage

h2o.toupper(x)

Arguments

x

An H2OFrame object whose strings should be upper cased

Value

An H2OFrame with all entries in uppercase format

Examples

## Not run: 
library(h2o)
h2o.init()
string_to_upper <- as.h2o("abcde")
upper_string <- h2o.toupper(string_to_upper)

## End(Not run)

h2o documentation built on Aug. 9, 2023, 9:06 a.m.