Calls an R function passing command-line arguments.
cmdArgsCall(..., args=cmdArgs(unique = FALSE), .ignoreUnusedArgs=FALSE,
envir=parent.frame())Returns whatever the called function returns.
Arguments passed to doCall(), including the function
to be called.
A list of arguments to be passed to the function
being called.
Passed to doCall().
An environment in which to evaluate the call.
Henrik Bengtsson
Internally, cmdArgs() and doCall() is used.