Description Usage Arguments Value Methods (by class)
simple method for extracing the parsed values of narg. Mainly useful for debugging purposes.
1 2 3 4 5 6 7 | getnargparsed(x, ...)
## S3 method for class 'cmd_arg'
getnargparsed(x, ...)
## S3 method for class 'cmd_parser'
getnargparsed(x, ...)
|
x |
an object of class |
... |
further parameters passed to method |
if x is an object of class cmd_arg a list of length 2 where the
first element indicates the number N and the second indicates comparison
operator <, <=, ==, >= or >.
cmd_arg: method for object class cmd_arg
cmd_parser: method for object class cmd_parser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.