OptionParser-class {optparse}R Documentation

Class "OptionParser"

Description

A class designed to be used in conjunction with the function parse_args to parse command line options.

Slots

usage:
A character string containing the Rscript program usage.
options:
A list of OptionParserOption instances.

Author(s)

Trevor Davis.

The documentation for Python's optparse library, which this package is based on, is Copyright 1990-2009, Python Software Foundation.

See Also

OptionParser

Examples

showClass("OptionParser")

[Package optparse version 0.8 Index]