command_args(
x = NULL,
include = getOption("scribe.include", c("help", "version", NA_character_)),
string = NULL
)
Value
A scribeCommandArgs object
Arguments
x, string
Command line arguments; see base::commandArgs() for
default. At least one parameter has to be NULL. When string is
NULL, x is used, which defaults to commandArgs(trailingOnly = TRUE).
Otherwise the value of x is converted to a character. If string is
not NULL, scan() will be used to split the value into a character
vector.
include
Special default arguments to included. See $initialize()
in scribeCommandArgs for more details.
See Also
Other scribe:
new_arg(),
scribeArg-class,
scribeCommandArgs-class