[R] Getting parameters from within function (redux)

Thomas Lumley tlumley at u.washington.edu
Tue May 4 01:30:36 CEST 2004


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




More information about the R-help mailing list