Skip to content
Prev 227747 / 398500 Next

Creating functions of "many" arguments

On 07/15/2010 08:32 PM, Axel Urbiz wrote:
You take the 'whole object' approach.

x <- 1:10

sum(x)

for example.  You'll have to be more specific with what you want your function 
to do, since there are many ways to do this sort of thing.