Skip to content
Back to formatted view

Raw Message

Message-ID: <OFAD99F2AA.8B9052DB-ON80256D03.002A9A0E@ssga.statestreet.com>
Date: 2003-04-09T07:55:56Z
From: arnaud_amsellem@ssga.com
Subject: How to count the number of parameters in a function

I have the following function:
Myfunc <- function(var1,var2,.....,varN)
{ .....
}
In the above function I have a variable number of parameters (N>2). How can
I count how many parameters have been entered?

Any help appreciated

Thanks

Arno