h2o.tolower function

Convert strings to lowercase

Convert strings to lowercase

h2o.tolower(x)

Arguments

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

Returns

An H2OFrame with all entries in lowercase format

Examples

## Not run: library(h2o) h2o.init() string_to_lower <- as.h2o("ABCDE") lowered_string <- h2o.tolower(string_to_lower) ## End(Not run)
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11