
Last chance! 50% off unlimited learning
Sale ends in
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())
character; vector of arguments. (Default: commandArgs())
opt_split_args
splits and value containing an equal (=) sign
# NOT RUN {
optigrab:::opt_split_args()
optigrab:::opt_split_args( opts=c( "--foo=hello", "-b=goodbye") )
# }
Run the code above in your browser using DataLab