Skip to content
Prev 50720 / 63424 Next

[ on call

On 07/07/2015 6:33 PM, Mick Jordan wrote:
In R, language objects are specially marked pairlists.  The first
element is the function to call, the second is its first argument, etc.
So if you delete the first element and do nothing else, that promotes
the first argument to the function to call.

Duncan Murdoch