Hello:
I found a way to break the "match.arg" function I sent a few hours ago.
The following works better, I believe.
Thanks again for your great work on the R project.
Spencer Graves
##
match.arg <-
function (arg = NULL, choices= NULL)
{
if (is.null(choices)) {
Hello:
I'm not on the "r-devel" list, but I just modified "match.arg" from R
1.6.2 for Windows to accept a vector for "arg".
Is it appropriate that I send such things to this email address for
consideration for inclusion in a future release?
I just compared this with "match.arg" in S-