Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 7 of 7 found.
[1] < 1 > [1]  Sort:

make_option (Package: optparse) : Functions to enable our OptionParser to recognize specific command line

add_option adds a option to a prexisting OptionParser instance whereas make_option is used to create a list of OptionParserOption instances that will be used in the option_list argument of the OptionParser function to create a new OptionParser instance.
● Data Source: CranContrib
● Keywords:
● Alias: add_option, make_option
● 0 images

print_help (Package: optparse) : Printing an usage message from an OptionParser object

print_help print an usage message from an OptionParser object, usually called by parse_args when it encounters a help option.
● Data Source: CranContrib
● Keywords:
● Alias: print_help
● 0 images

OptionParser (Package: optparse) : A function to create an instance of a parser object

This function is used to create an instance of a parser object which when combined with the parse_args, make_option, and add_option methods is very useful for parsing options from the command line.
● Data Source: CranContrib
● Keywords:
● Alias: OptionParser
● 0 images

OptionParserOption-class (Package: optparse) : Class to hold information about command-line options

Class to hold information about command-line options
● Data Source: CranContrib
● Keywords:
● Alias: OptionParserOption, OptionParserOption-class
● 0 images

OptionParser-class (Package: optparse) : Option Parser

Option Parser
● Data Source: CranContrib
● Keywords:
● Alias: OptionParser-class
● 0 images

optparse-package (Package: optparse) : Command line option parser

Goal is to create an R package of a command line parser inspired by Python's “optparse” library.
● Data Source: CranContrib
● Keywords: package
● Alias: optparse, optparse-package
● 0 images

parse_args (Package: optparse) : Parse command line options.

parse_args parses command line options using an OptionParser instance for guidance.
● Data Source: CranContrib
● Keywords:
● Alias: parse_args
● 0 images