setUnparsedArgs: Methods for distributing cmdline arguments to an argument or...

Description Usage Arguments See Also

Description

These method provides an interface for manual provision of arguments to either a parser or a specific argument. This action is performed automatically in normal circumstances. See the individual methods for more information about how the arguments are handled and specific examples. These methods are not intended for production code where parser$parse_args(args) or parse_args(parser, args) automates this action and these methods are provided for visualizing the C++ implementation from R.

Usage

1

Arguments

x

the object to provide unparsed arguments for

args

A character vector of arguments to be passed

...

further arguments passed to the specific methods

See Also

setunparsedArgs.cmd_arg, setunparsedArgs.cmd_parser


Bijaelo/cmdline.arguments documentation built on June 12, 2021, 1:42 p.m.