nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
340 stars 15 forks source link

Fix arrange() for using in other functions #19

Closed msberends closed 4 years ago

msberends commented 4 years ago

If using arrange() inside nested functions or rmarkdown, it looked for the wrong environment. This is to fix that.

nathaneastwood commented 4 years ago

This actually fails the test for grouped operations.