Description Usage Arguments Value Methods (by class)
simple method for extracting the values of narg. Mainly thought to be useful for debugging purposes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | getnarg(x, ...)
## S3 method for class 'cmd_arg'
getnarg(x, ...)
## S3 method for class 'cmd_parser'
getnarg(x, ...)
## S3 method for class 'cmd_arg'
getparsefunc(x, ...)
## S3 method for class 'cmd_parser'
getparsefunc(x, ...)
## S3 method for class 'cmd_arg'
getunparsedargs(x, ...)
## S3 method for class 'cmd_parser'
getunparsedargs(x, ...)
## S3 method for class 'cmd_arg'
parseargs(x, ...)
## S3 method for class 'cmd_parser'
parseargs(x, ...)
|
x |
an object of class |
... |
further parameters passed to method |
if x is an object of cmd_arg
a single character element specifying
the value of narg, otherwise a named vector with narg
for each argument in
the parser
cmd_arg
: method for objects of class cmd_arg
cmd_parser
: method for objects of class cmd_parser
cmd_arg
: method for objects of class cmd_arg
cmd_parser
: method for objects of class cmd_parser
cmd_arg
: method for objects of class cmd_arg
cmd_parser
: method for objects of class cmd_parser
cmd_arg
: method for objects of class cmd_arg
cmd_parser
: method for objects of class cmd_parser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.