Re: [R] optparse::parse_args, using equals sign or not

2012-02-16 Thread Trevor Davis
Hi We've found that when using parse_args(..., positional_arguments=FALSE), it is permissible to invoke our script with either --myfoo=bar or --myfoo bar; that is, whether or not the equals sign is present makes no difference, and in fact both usage forms are demonstrated in the optparse

[R] optparse::parse_args, using equals sign or not

2012-02-08 Thread Benjamin Tyner
Hi We've found that when using parse_args(..., positional_arguments=FALSE), it is permissible to invoke our script with either --myfoo=bar or --myfoo bar; that is, whether or not the equals sign is present makes no difference, and in fact both usage forms are demonstrated in the optparse