TimTeaFan / dplyover

Create columns by applying functions to vectors and/or columns in 'dplyr'.
https://timteafan.github.io/dplyover/
Other
60 stars 1 forks source link

Refactor `meta_setup` #13

Closed TimTeaFan closed 3 years ago

TimTeaFan commented 3 years ago

This PR refactors meta_setup so that it doesn't use the parent environment to setup up calls, instead it uses a dedicated environment setup_env similar to dplyr's context environment.

This change entails some adjustment to the over-across functions and their tests.