opt_split_args {optigrab} | R Documentation |
Splits command argument vector to name, value pairs. This is an internal function and should generally not be called directly.
opt_split_args(opts = commandArgs())
opts |
character; vector of arguments. (Default: commandArgs())
|
non-exported
optigrab:::opt_split_args()
optigrab:::opt_split_args( opts=c( "--foo=hello", "-b=goodbye") )