| arg_parser {argparser} | R Documentation |
This function creates an arg.parser object. It infers the program
name from the file name of the invoked script.
arg_parser(description, name = NULL)
description |
description of the program |
name |
name of the program |
a new arg.parser object
p <- arg_parser("A test program")