Learn R Programming

optigrab (version 0.9.2.1)

ms_style: Microsoft-style command line options

Description

Functions for enabling Microsoft-style commpand-line option behavior.

Usage

ms_style

Arguments

Format

An object of class list of length 3.

Details

Functions for enabling Microsoft-style command-line options. Microsoft-style options are characterized by a single forward slash (/) before the option name.

Microsoft-style options can be supported by seetting

See Also

Examples

Run this code
# NOT RUN {
  opt_style(ms_style)
  opt_get( "foo", opts=c("/foo", "bar") )  
     
# }

Run the code above in your browser using DataLab