On Wed,  4 Feb 2004 19:32:30 +0100 (CET), you wrote:

>I think this works:
>
>args <- list(...)
>names(args) <-
>as.character(unlist(as.list(substitute(list(...)))))[-1]
>x <- do.call("table", args)
>
>but isn't there an easier way?

I decided there might not be, and committed a solution based on that,
so the bug no longer exists in r-devel (but maybe a new one does).

Duncan Murdoch

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to