opt_style {optigrab} | R Documentation |
Get or sets the optigrab style
opt_style(style)
style |
named list; containing the following functions:
If |
If style
is not provided, returns a list of styles, otherwise used
for the side-effect of setting the option
Accepts a character vector and returns a logical vector indicating whether the elements are flags.
Accepts a character vector of flags and turns them into variable names, usually by stripping delimiters that indicate that they are flags
Accepts a character vector of names and transforms them into the flags that
would appear on the command line. This is used by opt_grab()
.
gnu_style, java_style or ms_style
opt_style()
opt_style( optigrab:::gnu_style )
opt_style( optigrab:::java_style )
opt_style( optigrab:::ms_style )