case_insensitive_match_arg {h2o} | R Documentation |
Works like match.arg but ignores case
Description
Works like match.arg but ignores case
Usage
case_insensitive_match_arg(arg, choices)
Arguments
arg |
argument to match that should be declared as a character vector containing possible values |
choices |
argument to choose from (OPTIONAL) |
Value
matched arg
[Package h2o version 3.44.0.3 Index]