ms_style {optigrab} | R Documentation |
Microsoft-style command line options
Description
Functions for enabling Microsoft-style commpand-line option behavior.
Usage
ms_style
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
Non-exported function
*_flag_test
,*_flag_to_name
and*_name_to_flag
Examples
opt_style(ms_style)
opt_get( "foo", opts=c("/foo", "bar") )
[Package optigrab version 0.9.2.1 Index]