[R] turning R expressions into functions?

S Ellison S.Ellison at LGCGroup.com
Mon Jul 23 23:12:07 CEST 2012


>> One of the things I would love to add to my package would be the
>> ability to compare more than two expressions in one call.  But
>> unfortunately, I haven't found out so far whether (and if so, how) it
>> is possible to extract the elements of a "..." object without
>> evaluating them.
>
>Have a look at match.call.

... or use 
dotlist <- list(...)

to get a list of everything included in ...

S Ellison

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}



More information about the R-help mailing list