Learn R Programming

h2o (version 3.42.0.2)

case_insensitive_match_arg: Works like match.arg but ignores case

Description

Works like match.arg but ignores case

Usage

case_insensitive_match_arg(arg, choices)

Value

matched arg

Arguments

arg

argument to match that should be declared as a character vector containing possible values

choices

argument to choose from (OPTIONAL)