command_args {scribe} | R Documentation |
Command line arguments
Description
Make a new scribeCommandArgs object
Usage
command_args(
x = NULL,
include = getOption("scribe.include", c("help", "version", NA_character_)),
string = NULL
)
Arguments
x , string |
Command line arguments; see |
include |
Special default arguments to included. See |
Value
A scribeCommandArgs object
See Also
Other scribe:
new_arg()
,
scribeArg-class
,
scribeCommandArgs-class
Examples
command_args()
command_args(c("-a", 1, "-b", 2))
command_args(string = "-a 1 -b 2")
[Package scribe version 0.3.0 Index]