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)
Arguments
- arg
argument to match that should be declared as a character vector containing possible values
- choices
argument to choose from (OPTIONAL)