Learn R Programming

optparse (version 0.8)

OptionParserOption-class: Class "OptionParserOption"

Description

A class that defines how optparse should react to a given option it finds on the command line.

Arguments

See Also

OptionParser relies on this class, use make_option and add_option to create an instance of this class.

Examples

Run this code
showClass("OptionParserOption")

Run the code above in your browser using DataLab