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

Make equivalent function to `dplyr::cur_column` work in `across2` #17

Open TimTeaFan opened 3 years ago

TimTeaFan commented 3 years ago

Currently dplyr::cur_column() is not supported in across2() and crossover().

Implement an equivalent function called cur_x_column() and cur_y_column() that works inside across2.