dplyover icon indicating copy to clipboard operation
dplyover copied to clipboard

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

Open TimTeaFan opened this issue 4 years ago • 0 comments

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.

TimTeaFan avatar Jun 20 '21 17:06 TimTeaFan