powered by
Calls a function with a list of arguments.
gsi.call(fkt,...)
The function to be called
The arguments to call the function with
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
This is only useful in conjunction with do.call and allows to call anonymous functions with parameters given by a list.
gsi
mypars <- list(x=3) #do.call("gsi.call",c(list(function(x){x}),mypars))
Run the code above in your browser using DataLab