Description Usage Arguments Value Methods (by class) Examples
Parse command line arguments via given ArgParser.
1 2 3 4 5  | parseCommandLine(x, ...)
## S4 method for signature 'ArgParser'
parseCommandLine(x, cmdargs = commandArgs(),
  trim_prefix = FALSE)
 | 
x | 
 An ArgParser object.  | 
... | 
 Other arguments used in dispatched method.  | 
cmdargs | 
 A character vector representing command line arguments.  | 
trim_prefix | 
 A logical vector indicating wheather to strip dash prefix in argument names in parsed result.  | 
A list of parsed command line arguments.
ArgParser: 
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.