On Mon, 3 May 2004 wwsprague at ucdavis.edu 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