Ross Boylan <[EMAIL PROTECTED]> writes:
> I would like to preserve the values of all the arguments to a function
> in a results object.
> foo <- function(a, b=1)
> foo(x, 3)
>
> match.call() looks promising, but it records that a is x, while I want
> the value of x (in the calling frame). Al
I would like to preserve the values of all the arguments to a function
in a results object.
foo <- function(a, b=1)
foo(x, 3)
match.call() looks promising, but it records that a is x, while I want
the value of x (in the calling frame). Also, if the invocation is
foo(x), then match.call doesn