pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

Bug: groupBy exports do not respect addGroupKeys #19

Closed pbeshai closed 3 years ago

pbeshai commented 3 years ago

if you do for instance groupBy.object({ addGroupKeys: false }), addGroupKeys is ignored.