cmdArgsCall | R Documentation |
Calls an R function passing command-line arguments.
cmdArgsCall(..., args=cmdArgs(unique = FALSE), .ignoreUnusedArgs=FALSE,
envir=parent.frame())
... |
Arguments passed to |
args |
A |
.ignoreUnusedArgs |
Passed to |
envir |
An |
Returns whatever the called function returns.
Henrik Bengtsson
Internally, cmdArgs
() and doCall
() is used.
## Not run:
Rscript -e R.utils::cmdArgsCall(rnorm) n=4
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.