On Mon, 3 May 2004 [EMAIL PROTECTED] wrote:

> Hi R-Helpers
>
> Is there a way to access the parameters passed to a function all at
> once?  I want something like:
>
> misc.params = list(...)
>
> except such that it works with formal named parameters.
>

match.call() or sys.call()

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to