hunzikp / velox

https://hunzikp.github.io/velox/
119 stars 23 forks source link

aggregate: use more classical switch and match.arg for argument options #12

Closed MatthieuStigler closed 6 years ago

MatthieuStigler commented 6 years ago

Just rewrote slightly the code to make it simpler: usually multiple options for arguments are passed in the function definition, and use match.arg to handle user passing other value.