# NOT RUN {
opt_get_args()
opt_get_args( opts=c( "Rscript", "-a", "-b", "--args", "-c", 3, "-d" ) ) # "-c" "3" "-d"
opt_get_args( opts=c( "-a", "-b", "--args", "-c", "--args", "-d" ) ) # "-c" "-d"
opt_get_args( opts=c( "--foo", "bar") )
# }
Run the code above in your browser using DataLab