gsicall | R Documentation |
Calls a function with a list of arguments.
gsi.call(fkt,...)
fkt |
The function to be called |
... |
The arguments to call the function with |
This is only useful in conjunction with do.call and allows to call anonymous functions with parameters given by a list.
Do not use gsi.* functions directly since they are internal functions of the package
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
gsi
mypars <- list(x=3)
#do.call("gsi.call",c(list(function(x){x}),mypars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.