jeremystan / aargh

Easily Expose R Functions to Command Line Arguments
Other
48 stars 2 forks source link

Allow argument types to be declared in aargh itself #1

Open jeremystan opened 7 years ago

jeremystan commented 7 years ago

Thinking something along the lines of:

aargh(sample, x = as.integer, size = as.integer)

Which would use as.integer to force the type.