Skip to content
Back to formatted view

Raw Message

Message-ID: <A4E5A0B016B8CB41A485FC629B633CED4694ED9F4E@GOLD.corp.lgc-group.com>
Date: 2012-07-23T21:12:07Z
From: S Ellison
Subject: turning R expressions into functions?
In-Reply-To: <CABdHhvHOj1oEe7uuTVKR8+=k1Nb=kupxvhRX4VpGvG616Xqyjw@mail.gmail.com>

>> 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}}