powered by
Calls an R function passing command-line arguments.
cmdArgsCall(..., args=cmdArgs(unique = FALSE), .ignoreUnusedArgs=FALSE, envir=parent.frame())
Arguments passed to doCall(), including the function to be called.
doCall
A list of arguments to be passed to the function being called.
list
Passed to doCall().
An environment in which to evaluate the call.
environment
Returns whatever the called function returns.
Internally, cmdArgs() and doCall() is used.
cmdArgs
# NOT RUN { Rscript -e R.utils::cmdArgsCall(rnorm) n=4 # }
Run the code above in your browser using DataLab