markfairbanks / tidytable

Tidy interface to 'data.table'
https://markfairbanks.github.io/tidytable/
Other
450 stars 32 forks source link

Refactor internal `call2_i()` #525

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago

This allows a direct call to .by in call2_i() which automatically branches to call2_i_by().

Simplifies the code for filter and slice/_head/_tail