h2o.toupper function

Convert strings to uppercase

Convert strings to uppercase

h2o.toupper(x)

Arguments

  • x: An H2OFrame object whose strings should be upper cased

Returns

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)
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11