arg.parser {argparser} | R Documentation |
Create an argument parser.
Description
This function is deprecated. Use arg_parser
instead.
Usage
arg.parser(description, name = NULL)
Arguments
description |
description of the program |
name |
name of the program |
Value
a new arg.parser
object
[Package argparser version 0.7.2 Index]