match.arg with exact matching
match_arg_exact.Rd
The base R match.arg()
uses pmatch()
and does partial matching. This is a problem for many functions where "xtt1"
is different than "xtt"
, say. This function implements exact matching.
match_arg_exact.Rd
The base R match.arg()
uses pmatch()
and does partial matching. This is a problem for many functions where "xtt1"
is different than "xtt"
, say. This function implements exact matching.