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