Jeremy Stanley
Results
2
issues of
Jeremy Stanley
Is there some way to get the help for an R function as a string and pass that to argparse? Or alternatively redirect `--help` flags to just use `?f`?
Thinking something along the lines of: ```r aargh(sample, x = as.integer, size = as.integer) ``` Which would use `as.integer` to force the type.