Closed metasoarous closed 10 years ago
Extended my utility function convert_..._to_arguments
to handle choices
argument.
Please test the development version::
devtools::install_github("argparse", "trevorld")
Character vectors should work. Not sure about lists...
Brilliant; it works! Thank you for your rapid response!
If I do something like
I get the following usage:
Which is obviously not what we want. It does something similar when I use a vector instead of a list.
Is there some way with to get around this as currently written?