aargh icon indicating copy to clipboard operation
aargh copied to clipboard

Easily Expose R Functions to Command Line Arguments

Results 3 aargh issues
Sort by recently updated
recently updated
newest added

Hi Jeremy I'm a huge fan of the aargh package - would you consider submitting to CRAN so other packages can depend on it? Many thanks

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.